Skip to content

Commit

Permalink
Update for 1.20.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Kotori316 committed Nov 17, 2023
1 parent dc4fc6d commit 2ff0d07
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build Test
on:
push:
branches:
- "1.20"
- "1.20.2"
tags:
- "!*"

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import java.util.function.Predicate

plugins {
id 'scala'
id 'net.minecraftforge.gradle' version '[6.0,6.2)'
id 'net.minecraftforge.gradle' version '[6.0.16,6.2)'
id 'org.parchmentmc.librarian.forgegradle' version '1.+'
id 'maven-publish'
id 'signing'
Expand Down
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ scala_version=2.13.12
scala3_version=3.3.1
cats_version=2.10.0-kotori
build_number=0
forgeVersion=1.20.1-47.1.28
branch=1.20
# https://ldtteam.jfrog.io/ui/native/parchmentmc-public/org/parchmentmc/data/parchment-1.20.1/
forgeVersion=1.20.2-48.0.39
branch=1.20.2
# https://ldtteam.jfrog.io/ui/native/parchmentmc-public/org/parchmentmc/data/parchment-1.20.2/
# https://github.com/ParchmentMC/Parchment
parchmentMapping=1.20.1-2023.07.09
parchmentMapping=1.20.2-2023.10.22
# https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-api
jupiterVersion=5.8.2
# https://mvnrepository.com/artifact/org.junit.platform/junit-platform-launcher
Expand Down
Empty file modified gradlew
100644 → 100755
Empty file.
6 changes: 5 additions & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,8 @@ pluginManagement {
maven { url = 'https://maven.minecraftforge.net/' }
maven { url = 'https://maven.parchmentmc.org' }
}
}
}

plugins {
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.5.0'
}

0 comments on commit 2ff0d07

Please sign in to comment.