Skip to content

Commit

Permalink
[ci] Upgrade gradle to 8.0.2 (#2449)
Browse files Browse the repository at this point in the history
  • Loading branch information
frankfliu authored Mar 9, 2023
1 parent a3a6a90 commit bbd0777
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions engines/mxnet/mxnet-engine/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,9 @@ task checkHeaderFile() {
}
}

sourcesJar.dependsOn(jnarator)
compileJava.dependsOn(jnarator)
javadoc.dependsOn(jnarator)

publishing {
publications {
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0.2-bin.zip

0 comments on commit bbd0777

Please sign in to comment.