Skip to content

Commit

Permalink
Upgrade of Gradle 6.8.2 to 8.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
flemming-n-larsen committed Sep 29, 2024
1 parent 60711c4 commit d45b897
Show file tree
Hide file tree
Showing 7 changed files with 228 additions and 129 deletions.
14 changes: 12 additions & 2 deletions .idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 12 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,13 +1,24 @@
plugins {
id("io.github.gradle-nexus.publish-plugin") version "1.0.0"
`java-library`
idea
id("io.github.gradle-nexus.publish-plugin") version "1.0.0"
}

description = "Robocode - Build the best - destroy the rest!"

val ossrhUsername: String by project
val ossrhPassword: String by project

subprojects {
apply(plugin = "java")

java {
toolchain {
languageVersion.set(JavaLanguageVersion.of(8))
}
}
}

nexusPublishing {
repositories {
sonatype {
Expand Down
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
4 changes: 3 additions & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.8.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
Loading

0 comments on commit d45b897

Please sign in to comment.