mirror of
https://github.com/GeyserMC/PackConverter.git
synced 2025-12-19 14:59:21 +00:00
* move version/group setting to gradle.properties, publish all necessary artifacts * We dont need the : --------- Co-authored-by: rtm516 <rtm516@users.noreply.github.com>
11 lines
258 B
Plaintext
11 lines
258 B
Plaintext
plugins {
|
|
id("pack.base-conventions")
|
|
}
|
|
|
|
subprojects {
|
|
plugins.apply("pack.base-conventions")
|
|
plugins.apply("pack.publish-conventions")
|
|
|
|
java.sourceCompatibility = JavaVersion.VERSION_17
|
|
java.targetCompatibility = JavaVersion.VERSION_17
|
|
} |