Upgrade to Gradle 7.0.1

This commit is contained in:
Edwin Jakobs
2021-05-14 09:35:43 +02:00
parent 9af0a7a073
commit 86c8421f77
3 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.8.3-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.1-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

View File

@@ -12,7 +12,7 @@ def boofcvVersion = "0.37"
dependencies {
compile("org.boofcv:boofcv-core:$boofcvVersion")
implementation("org.boofcv:boofcv-core:$boofcvVersion")
demoImplementation("org.openrndr:openrndr-core:$openrndrVersion")
demoImplementation("org.openrndr:openrndr-extensions:$openrndrVersion")
demoRuntimeOnly("org.openrndr:openrndr-gl3:$openrndrVersion")

View File

@@ -44,7 +44,7 @@ dependencies {
demoRuntimeOnly("org.openrndr:openrndr-ffmpeg-natives-$openrndrOS:$openrndrVersion")
demoImplementation(project(":orx-fx"))
demoImplementation(sourceSets.getByName("main").output)
compile "org.tensorflow:tensorflow-core-api:$tensorflowVersion"
implementation "org.tensorflow:tensorflow-core-api:$tensorflowVersion"
// -- wrapgen
wrapgenImplementation 'com.github.javaparser:javaparser-core:3.15.21'