Build Stuff
This commit is contained in:
@@ -53,6 +53,10 @@ tasks.withType(JavaCompile).configureEach {
|
||||
it.options.release = 21
|
||||
}
|
||||
|
||||
tasks.remapJar {
|
||||
archiveBaseName.set("${project.archives_base_name}-${project.minecraft_version}")
|
||||
}
|
||||
|
||||
java {
|
||||
// Loom will automatically attach sourcesJar to a RemapSourcesJar task and to the "build" task
|
||||
// if it is present.
|
||||
|
||||
Reference in New Issue
Block a user