mirror of
https://github.com/architectury/architectury-loom.git
synced 2026-03-28 04:07:01 -05:00
Print info about locked files during configuration or genSources (#1066)
* Print info about locked files during configuration or genSources * Use release version * Output adjustments * Fix build * Add user back
This commit is contained in:
@@ -131,11 +131,12 @@ dependencies {
|
||||
implementation libs.fabric.tiny.remapper
|
||||
implementation libs.fabric.access.widener
|
||||
implementation libs.fabric.mapping.io
|
||||
|
||||
implementation (libs.fabric.lorenz.tiny) {
|
||||
transitive = false
|
||||
}
|
||||
|
||||
implementation libs.fabric.loom.nativelib
|
||||
|
||||
// decompilers
|
||||
fernflowerCompileOnly runtimeLibs.fernflower
|
||||
fernflowerCompileOnly libs.fabric.mapping.io
|
||||
|
||||
Reference in New Issue
Block a user