We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3725ddf commit f155600Copy full SHA for f155600
build.gradle
@@ -2,7 +2,6 @@ allprojects {
2
group 'imgui-java'
3
version property('version')
4
repositories {
5
- jcenter()
6
mavenCentral()
7
}
8
buildSrc/build.gradle
@@ -3,7 +3,6 @@ plugins {
9
gradle/wrapper/gradle-wrapper.properties
@@ -1,5 +1,5 @@
1
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-6.8.1-bin.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-7.0-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
0 commit comments