[*] Modernize Gradle setup
Version catalog and convention plugin instead of allprojects/subprojects
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
dependencies {
|
||||
implementation("org.ow2.asm:asm:${properties["asm.version"]}")
|
||||
implementation("org.ow2.asm:asm-commons:${properties["asm.version"]}")
|
||||
plugins {
|
||||
id("de.siphalor.tweed5.base-module")
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation(libs.asm.core)
|
||||
implementation(libs.asm.commons)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user