samples-kotlin icon indicating copy to clipboard operation
samples-kotlin copied to clipboard

Fix broken gradle repo URL

Open steventrouble opened this issue 3 years ago • 0 comments

/gradle/ doesn't work anymore, but /artifactory/ works.

The PR is in accordance with the Developer's Certificate of Origin.


Tested: ./gradlew build in several subdirs.

Before:

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':node-driver:compileKotlin'.
> Could not resolve all files for configuration ':node-driver:compileClasspath'.
   > Could not find org.gradle:gradle-tooling-api:5.6.4.

After: No errors

steventrouble avatar Jun 21 '21 01:06 steventrouble