Skip to content

Commit

Permalink
Merge branch 'master' into per-world-listeners
Browse files Browse the repository at this point in the history
  • Loading branch information
PeachesMLG authored Nov 5, 2023
2 parents 23700fc + 9bff5a0 commit 2c8838e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
9 changes: 1 addition & 8 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -85,16 +85,9 @@ tasks {
}
}

// Set the Java version and vendor
java {
toolchain {
vendor.set(JvmVendorSpec.ADOPTOPENJDK)
}
}

// Maven publishing
publishing {
publications.create<MavenPublication>("maven") {
from(components["java"])
}
}
}
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 2c8838e

Please sign in to comment.