mirror of
https://github.com/architectury/architectury-loom.git
synced 2026-04-02 13:37:45 -05:00
Start on 0.11
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
plugins {
|
||||
id 'fabric-loom' version '0.10.local'
|
||||
id 'fabric-loom' version '0.11.local'
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
||||
@@ -22,7 +22,7 @@ tasks.withType(JavaCompile).configureEach {
|
||||
|
||||
group = 'net.fabricmc'
|
||||
archivesBaseName = project.name
|
||||
def baseVersion = '0.10'
|
||||
def baseVersion = '0.11'
|
||||
|
||||
def ENV = System.getenv()
|
||||
if (ENV.BUILD_NUMBER) {
|
||||
|
||||
Reference in New Issue
Block a user