1
0
mirror of https://github.com/GeyserMC/PackConverter.git synced 2025-12-19 14:59:21 +00:00
Files
Thunder/build.gradle.kts
chris c7fd0943fe Fix publishing (#18)
* move version/group setting to gradle.properties, publish all necessary artifacts

* We dont need the :

---------

Co-authored-by: rtm516 <rtm516@users.noreply.github.com>
2024-03-13 15:09:29 +00:00

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
}