Skip to content

Commit b14280b

Browse files
committed
build: Release 6.0.2
1 parent 7ffd355 commit b14280b

2 files changed

Lines changed: 16 additions & 3 deletions

File tree

build.gradle.kts

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,23 @@ plugins {
99
}
1010

1111
the<JavaPluginExtension>().toolchain {
12-
languageVersion.set(JavaLanguageVersion.of(16))
12+
languageVersion.set(JavaLanguageVersion.of(17))
1313
}
1414

15-
version = "6.0.2-SNAPSHOT"
15+
configurations.all {
16+
attributes.attribute(TargetJvmVersion.TARGET_JVM_VERSION_ATTRIBUTE, 17)
17+
}
18+
19+
tasks.compileJava.configure {
20+
options.release.set(16)
21+
}
22+
23+
java {
24+
withJavadocJar()
25+
withSourcesJar()
26+
}
27+
28+
version = "6.0.2"
1629

1730
repositories {
1831
mavenCentral()

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[versions]
22
# Platform expectations
3-
paper = "1.17.1-R0.1-SNAPSHOT"
3+
paper = "1.18.1-R0.1-SNAPSHOT"
44

55
# Plugins
66
plotsquared = "6.2.1"

0 commit comments

Comments
 (0)