File tree 5 files changed +7
-8
lines changed
5 files changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ jobs:
13
13
14
14
steps :
15
15
- uses : actions/checkout@v2
16
- - name : Set up JDK 11
16
+ - name : Set up JDK 16
17
17
uses : actions/setup-java@v1
18
18
with :
19
- java-version : 11
19
+ java-version : 16
20
20
21
21
- uses : actions/cache@v2
22
22
with :
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ pipeline {
4
4
stages {
5
5
stage(' Build' ) {
6
6
tools {
7
- jdk " OpenJDK 11 "
7
+ jdk " OpenJDK 16 "
8
8
}
9
9
steps {
10
10
withMaven(
Original file line number Diff line number Diff line change 1
1
plugins {
2
- id ' fabric-loom' version ' 0.7 -SNAPSHOT'
2
+ id ' fabric-loom' version ' 0.8 -SNAPSHOT'
3
3
id ' maven-publish'
4
4
id ' com.github.johnrengelman.shadow' version ' 6.1.0'
5
5
}
6
6
7
- sourceCompatibility = JavaVersion . VERSION_11
8
- targetCompatibility = JavaVersion . VERSION_11
7
+ sourceCompatibility = JavaVersion . VERSION_16
8
+ targetCompatibility = JavaVersion . VERSION_16
9
9
10
10
archivesBaseName = " ${ project.archives_base_name} -mc${ project.minecraft_version} "
11
11
version = project. mod_version
Original file line number Diff line number Diff line change 1
1
# Done to increase the memory available to gradle and improve build times.
2
2
org.gradle.jvmargs =-Xmx2G
3
3
org.gradle.parallel =true
4
- org.gradle.parallel =true
5
4
org.gradle.configureondemand =true
6
5
# Fabric Properties
7
6
# check these on https://fabricmc.net/versions.html
Original file line number Diff line number Diff line change 2
2
"required" : true ,
3
3
"minVersion" : " 0.8" ,
4
4
"package" : " org.yatopiamc.c2me.mixin" ,
5
- "compatibilityLevel" : " JAVA_11 " ,
5
+ "compatibilityLevel" : " JAVA_16 " ,
6
6
"mixins" : [
7
7
" chunkscheduling.fix_unload.MixinThreadedAnvilChunkStorage" ,
8
8
" chunkscheduling.mid_tick_chunk_tasks.MixinMinecraftServer" ,
You can’t perform that action at this time.
0 commit comments