bumped shadow

This commit is contained in:
xSquishyLiam
2025-08-30 12:54:08 +01:00
parent 35131c2d58
commit c98e807827
2 changed files with 2 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ jobs:
# Build # Build
- name: Build with Gradle - name: Build with Gradle
run: gradle build run: ./gradlew build
- name: Auto release - name: Auto release
uses: "marvinpinto/action-automatic-releases@latest" uses: "marvinpinto/action-automatic-releases@latest"

View File

@@ -1,6 +1,6 @@
plugins { plugins {
id("java") id("java")
id("io.github.goooler.shadow") version "8.1.7" id("io.github.goooler.shadow") version "8.1.8"
} }
group = "re.imc" group = "re.imc"