bitkid
10/29/2019, 3:50 PM./gradlew check
FAILURE: Build failed with an exception.
* Where:
Build file 'C:\projects\ger\build.gradle.kts' line: 8
* What went wrong:
Plugin [id: 'com.github.ben-manes.versions', version: '0.27.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 'com.github.ben-manes.versions:com.github.ben-manes.versions.gradle.plugin:0.27.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>
GarouDan
10/29/2019, 4:23 PMcom.github.ben-manes:gradle-versions-plugin:0.27.0
com.github.ben-manes.versions:com.github.ben-manes.versions.gradle.plugin:0.27.0
bitkid
10/29/2019, 4:31 PMbitkid
10/29/2019, 4:31 PMbitkid
10/29/2019, 4:31 PMGarouDan
10/29/2019, 4:36 PMrm -rf~/.gradle/caches/modules-2/files-2.1/com....manes-versions
# maybe remove the entire cache
rm -rf build buildSrc/build
# all project builds folders maybe
./gradlew clean build --refresh-dependencies
But this is just a guess, anyway sometimes helpsbitkid
10/29/2019, 4:45 PMbitkid
10/29/2019, 4:46 PMbitkid
10/29/2019, 4:46 PMPS C:\projects\ger> ./gradlew check --refresh-dependencies
FAILURE: Build failed with an exception.
* Where:
Build file 'C:\projects\ger\build.gradle.kts' line: 8
* What went wrong:
Plugin [id: 'org.jetbrains.kotlin.jvm', version: '1.3.50'] 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 'org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin:1.3.50')
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>
bitkid
10/29/2019, 4:47 PMbitkid
10/29/2019, 4:47 PM16:52:04.775 [DEBUG] [org.apache.http.conn.ssl.SSLConnectionSocketFactory] Starting handshake
16:52:04.816 [DEBUG] [org.apache.http.impl.conn.DefaultManagedHttpClientConnection] http-outgoing-143: Shutdown connection
16:52:04.816 [DEBUG] [org.apache.http.impl.execchain.MainClientExec] Connection discarded
bitkid
10/29/2019, 4:48 PMbitkid
10/29/2019, 4:53 PMbitkid
10/29/2019, 4:55 PMGarouDan
10/29/2019, 5:02 PMgradle-wrapper.properties
, systemProp
or the the inline arguments?bitkid
10/29/2019, 5:03 PMbitkid
10/29/2019, 5:04 PMbitkid
10/29/2019, 5:04 PMwakingrufus
10/30/2019, 1:17 PMwakingrufus
10/30/2019, 1:18 PMbitkid
10/30/2019, 1:36 PMbitkid
10/30/2019, 1:37 PM