Gradle plugins in virtual machine

Hello,
Gradle plugins work find in a physical machin but when i run a gradle build in the vm i get it :

> Configure project :
Setting command to be launched : gradle build


FAILURE: Build failed with an exception.

* Where:
Build file '......\build.gradle' line: 6

* What went wrong:
Plugin [id: 'de.richsource.gradle.plugins.typescript', version: '1.8.0'] was not found in any of the following sources:

- Gradle Core Plugins (plugin is not in 'org.gradle' namespace)
- Plugin Repositories (could not resolve plugin artifact 'de.richsource.gradle.plugins.typescript:de.richsource.gradle.plugins.typescript.gradle.plugi
n:1.8.0')
  Searched in the following repositories:
    Gradle Central Plugin Repository

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 17s

I don’t know why… i can go to gradle website, see the plugin code, internet connection is ok so ???