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

This commit is contained in:
modmuss50 2021-07-31 23:36:02 +01:00
parent 2b5d3d4a3a
commit 95751e213c
3 changed files with 3 additions and 3 deletions
bootstrap/test-project
build.gradle
src/test/resources/projects/mixinApSimple

View file

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

View file

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

View file

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