mirror of
https://github.com/ViaVersion/Mappings.git
synced 2025-01-20 21:21:22 +01:00
Update dependencies
This commit is contained in:
parent
1bff624bab
commit
926efbdbfe
4
.github/workflows/gradle.yml
vendored
4
.github/workflows/gradle.yml
vendored
@ -5,12 +5,12 @@ on: [push, pull_request]
|
||||
jobs:
|
||||
build:
|
||||
if: ${{ github.event_name != 'pull_request' || github.repository != github.event.pull_request.head.repo.full_name }}
|
||||
runs-on: ubuntu-22.04
|
||||
runs-on: ubuntu-24.04
|
||||
steps:
|
||||
- name: Checkout Repository
|
||||
uses: actions/checkout@v4
|
||||
- name: Validate Gradle Wrapper
|
||||
uses: gradle/wrapper-validation-action@v2
|
||||
uses: gradle/actions/wrapper-validation@v4
|
||||
- name: Set up JDK 21
|
||||
uses: actions/setup-java@v4
|
||||
with:
|
||||
|
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -28,7 +28,7 @@ jobs:
|
||||
check-latest: true
|
||||
|
||||
- name: Validate Gradle Wrapper
|
||||
uses: gradle/wrapper-validation-action@v2
|
||||
uses: gradle/actions/wrapper-validation@v4
|
||||
|
||||
# Wooyeah
|
||||
- name: Read last snapshot
|
||||
|
@ -1,6 +1,6 @@
|
||||
plugins {
|
||||
`java-library`
|
||||
id("io.github.goooler.shadow") version "8.1.7"
|
||||
id("com.gradleup.shadow") version "8.3.0"
|
||||
}
|
||||
|
||||
repositories {
|
||||
@ -9,15 +9,15 @@ repositories {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
api("com.google.code.gson:gson:2.10.1")
|
||||
api("com.viaversion:nbt:5.0.0-SNAPSHOT")
|
||||
api("com.google.code.gson:gson:2.11.0")
|
||||
api("com.viaversion:nbt:5.0.0")
|
||||
api("it.unimi.dsi:fastutil:8.5.12")
|
||||
api("ch.qos.logback:logback-classic:1.4.14")
|
||||
compileOnly("org.jetbrains:annotations:24.0.1")
|
||||
api("ch.qos.logback:logback-classic:1.5.6")
|
||||
compileOnly("org.jetbrains:annotations:24.1.0")
|
||||
// Uncomment to manually run mappings gen in ide
|
||||
compileOnly(files("server.jar"))
|
||||
|
||||
testImplementation("org.junit.jupiter:junit-jupiter:5.10.1")
|
||||
testImplementation("org.junit.jupiter:junit-jupiter:5.10.3")
|
||||
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user