Update Gradle to 7.0, Bump CI stuff (#95)
* Update Gradle to 7.0, other stuff * Update build.yml * Change to adopt, Revert stuff * Update gradle.properties * Update gradle.properties * 7.0.2 gradle
This commit is contained in:
		
							parent
							
								
									29c522536f
								
							
						
					
					
						commit
						62a3d3ce3b
					
				
							
								
								
									
										7
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										7
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							@ -12,9 +12,9 @@ jobs:
 | 
			
		||||
      matrix:
 | 
			
		||||
        # Use these Java versions
 | 
			
		||||
        java: [
 | 
			
		||||
          1.8,  # Minimum supported by Minecraft
 | 
			
		||||
          8.0,  # Minimum supported by Minecraft
 | 
			
		||||
          11,   # Current Java LTS
 | 
			
		||||
          15    # Latest version
 | 
			
		||||
          16    # Latest version
 | 
			
		||||
        ]
 | 
			
		||||
        # and run on both Linux and Windows
 | 
			
		||||
        os: [ubuntu-20.04, windows-latest]
 | 
			
		||||
@ -25,8 +25,9 @@ jobs:
 | 
			
		||||
      - name: validate gradle wrapper
 | 
			
		||||
        uses: gradle/wrapper-validation-action@v1
 | 
			
		||||
      - name: setup jdk ${{ matrix.java }}
 | 
			
		||||
        uses: actions/setup-java@v1
 | 
			
		||||
        uses: actions/setup-java@v2
 | 
			
		||||
        with:
 | 
			
		||||
          distribution: adopt
 | 
			
		||||
          java-version: ${{ matrix.java }}
 | 
			
		||||
      - name: make gradle wrapper executable
 | 
			
		||||
        if: ${{ runner.os != 'Windows' }}
 | 
			
		||||
 | 
			
		||||
@ -1,5 +1,5 @@
 | 
			
		||||
plugins {
 | 
			
		||||
	id 'fabric-loom' version '0.6-SNAPSHOT'
 | 
			
		||||
	id 'fabric-loom' version '0.7-SNAPSHOT'
 | 
			
		||||
	id 'maven-publish'
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@ -2,9 +2,9 @@
 | 
			
		||||
org.gradle.jvmargs=-Xmx1G
 | 
			
		||||
 | 
			
		||||
# Fabric Properties
 | 
			
		||||
	# check these on https://fabricmc.net/use
 | 
			
		||||
	# check these on https://fabricmc.net/versions.html
 | 
			
		||||
	minecraft_version=1.16.5
 | 
			
		||||
	yarn_mappings=1.16.5+build.6
 | 
			
		||||
	yarn_mappings=1.16.5+build.9
 | 
			
		||||
	loader_version=0.11.3
 | 
			
		||||
 | 
			
		||||
# Mod Properties
 | 
			
		||||
@ -13,5 +13,5 @@ org.gradle.jvmargs=-Xmx1G
 | 
			
		||||
	archives_base_name = fabric-example-mod
 | 
			
		||||
 | 
			
		||||
# Dependencies
 | 
			
		||||
	# currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-api
 | 
			
		||||
	fabric_version=0.32.5+1.16
 | 
			
		||||
	# currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-api (or https://fabricmc.net/versions.html)
 | 
			
		||||
	fabric_version=0.34.2+1.16
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										2
									
								
								gradle/wrapper/gradle-wrapper.properties
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								gradle/wrapper/gradle-wrapper.properties
									
									
									
									
										vendored
									
									
								
							@ -1,5 +1,5 @@
 | 
			
		||||
distributionBase=GRADLE_USER_HOME
 | 
			
		||||
distributionPath=wrapper/dists
 | 
			
		||||
distributionUrl=https\://services.gradle.org/distributions/gradle-6.8.3-bin.zip
 | 
			
		||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-bin.zip
 | 
			
		||||
zipStoreBase=GRADLE_USER_HOME
 | 
			
		||||
zipStorePath=wrapper/dists
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user