Upgrade to Gradle 7.0.1
This commit is contained in:
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
@@ -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
|
||||
|
||||
@@ -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")
|
||||
|
||||
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user