mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-06-28 11:44:42 +02:00
Opt in future proof gradle features 🚀 (#2950)
* Opt in future proof gradle features * Resolve merge conflicts
This commit is contained in:
@ -82,9 +82,10 @@ allprojects {
|
||||
testImplementation("junit:junit:4.13.2")
|
||||
}
|
||||
|
||||
configure<JavaPluginConvention> {
|
||||
sourceCompatibility = JavaVersion.VERSION_1_8
|
||||
targetCompatibility = sourceCompatibility
|
||||
plugins.withId("java") {
|
||||
the<JavaPluginExtension>().toolchain {
|
||||
languageVersion.set(JavaLanguageVersion.of(11))
|
||||
}
|
||||
}
|
||||
|
||||
configure<LicenseExtension> {
|
||||
@ -120,7 +121,7 @@ allprojects {
|
||||
name.set("Alexander Söderberg")
|
||||
}
|
||||
developer {
|
||||
id.set("N0tMyFaultOG")
|
||||
id.set("NotMyFault")
|
||||
name.set("NotMyFault")
|
||||
}
|
||||
developer {
|
||||
|
Reference in New Issue
Block a user