diff options
| author | shedaniel <daniel@shedaniel.me> | 2022-02-28 11:20:04 +0800 |
|---|---|---|
| committer | shedaniel <daniel@shedaniel.me> | 2022-02-28 11:20:04 +0800 |
| commit | 67018b90803847a85155f4ed406b2fec3884d348 (patch) | |
| tree | 9ad11742fd424985345964c77d4bdc343a54d0e8 | |
| parent | cf82d72da4b7ebc3241ca8fb9d1152c5154cf680 (diff) | |
| download | RoughlyEnoughItems-67018b90803847a85155f4ed406b2fec3884d348.tar.gz RoughlyEnoughItems-67018b90803847a85155f4ed406b2fec3884d348.tar.bz2 RoughlyEnoughItems-67018b90803847a85155f4ed406b2fec3884d348.zip | |
Bump to REI 8 and publish to CF
| -rw-r--r-- | .github/workflows/curseforge.yml | 1 | ||||
| -rw-r--r-- | gradle.properties | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/curseforge.yml b/.github/workflows/curseforge.yml index cd1e832f5..3817237ee 100644 --- a/.github/workflows/curseforge.yml +++ b/.github/workflows/curseforge.yml @@ -14,6 +14,7 @@ on: - 6.x - 6.x-1.17 - 7.x-1.18 + - 8.x-1.18.2 jobs: build: diff --git a/gradle.properties b/gradle.properties index 0c102ad7c..991afd43b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ org.gradle.jvmargs=-Xmx3G -base_version=7.3 +base_version=8.0 unstable=false supported_version=1.18.2 (1.18.2-rc1) minecraft_version=1.18.2-rc1 |
