Use latest weave and refresh dependencies in Jenkins
This commit is contained in:
		
							parent
							
								
									c4727ab313
								
							
						
					
					
						commit
						cc56011035
					
				
					 2 changed files with 2 additions and 2 deletions
				
			
		
							
								
								
									
										2
									
								
								Jenkinsfile
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								Jenkinsfile
									
									
									
									
										vendored
									
									
								
							|  | @ -7,7 +7,7 @@ node { | ||||||
| 
 | 
 | ||||||
|    sh "rm -rf build/libs/" |    sh "rm -rf build/libs/" | ||||||
|    sh "chmod +x gradlew" |    sh "chmod +x gradlew" | ||||||
|    sh "./gradlew build" |    sh "./gradlew build --refresh-dependencies" | ||||||
| 
 | 
 | ||||||
|    stage "Archive artifacts" |    stage "Archive artifacts" | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -52,7 +52,7 @@ dependencies { | ||||||
| 	shade 'com.google.code.gson:gson:2.6.2' | 	shade 'com.google.code.gson:gson:2.6.2' | ||||||
| 	shade 'commons-io:commons-io:1.4' | 	shade 'commons-io:commons-io:1.4' | ||||||
| 	shade 'com.google.guava:guava:19.0' | 	shade 'com.google.guava:guava:19.0' | ||||||
| 	shade 'net.fabricmc:weave:0.1.0.6' | 	shade 'net.fabricmc:weave:0.1.0.+' | ||||||
| 	shade 'cuchaz:enigma:0.11.0.+:lib' | 	shade 'cuchaz:enigma:0.11.0.+:lib' | ||||||
| 	shade 'net.fabricmc:tiny-remapper:+' | 	shade 'net.fabricmc:tiny-remapper:+' | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue