Start experimental 0.10 branch - Won't be published right now.

dev/0.11
modmuss50 2021-07-31 23:36:02 +01:00
parent 2b5d3d4a3a
commit 95751e213c
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
plugins { plugins {
id 'fabric-loom' version '0.9.local' id 'fabric-loom' version '0.10.local'
} }
dependencies { dependencies {

View File

@ -22,7 +22,7 @@ tasks.withType(JavaCompile).configureEach {
group = 'net.fabricmc' group = 'net.fabricmc'
archivesBaseName = project.name archivesBaseName = project.name
def baseVersion = '0.9' def baseVersion = '0.10'
def ENV = System.getenv() def ENV = System.getenv()
if (ENV.BUILD_NUMBER) { if (ENV.BUILD_NUMBER) {

View File

@ -1,5 +1,5 @@
plugins { plugins {
id 'fabric-loom' version '0.9.local' id 'fabric-loom'
id 'maven-publish' id 'maven-publish'
} }