Start experimental 0.10 branch - Won't be published right now.
This commit is contained in:
		
							parent
							
								
									2b5d3d4a3a
								
							
						
					
					
						commit
						95751e213c
					
				
					 3 changed files with 3 additions and 3 deletions
				
			
		|  | @ -1,5 +1,5 @@ | |||
| plugins { | ||||
| 	id 'fabric-loom' version '0.9.local' | ||||
| 	id 'fabric-loom' version '0.10.local' | ||||
| } | ||||
| 
 | ||||
| dependencies { | ||||
|  |  | |||
|  | @ -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) { | ||||
|  |  | |||
|  | @ -1,5 +1,5 @@ | |||
| plugins { | ||||
| 	id 'fabric-loom' version '0.9.local' | ||||
| 	id 'fabric-loom' | ||||
| 	id 'maven-publish' | ||||
| } | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue