Skip to content

Commit f155600

Browse files
committed
[Build] Gradle v7.0
1 parent 3725ddf commit f155600

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ allprojects {
22
group 'imgui-java'
33
version property('version')
44
repositories {
5-
jcenter()
65
mavenCentral()
76
}
87
}

buildSrc/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ plugins {
33
}
44

55
repositories {
6-
jcenter()
76
mavenCentral()
87
}
98

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-6.8.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)