Go to file
Teriuihi 89122cfa4b Update Gradle build command in Jenkinsfile
Revised the Gradle stage to use 'gradlew build' instead of 'gradlew shadowJar' for better compatibility. This change ensures the build process aligns with the default Gradle task and simplifies the Jenkins pipeline configuration.
2024-10-18 19:27:23 +02:00
.idea Initial commit 2024-10-18 17:49:49 +02:00
gradle/wrapper Initial commit 2024-10-18 17:49:49 +02:00
src/main/java/com/alttd/custommobs Initial commit 2024-10-18 17:49:49 +02:00
.gitignore Initial commit 2024-10-18 17:49:49 +02:00
build.gradle.kts Initial commit 2024-10-18 17:49:49 +02:00
gradlew Initial commit 2024-10-18 17:49:49 +02:00
gradlew.bat Initial commit 2024-10-18 17:49:49 +02:00
Jenkinsfile Update Gradle build command in Jenkinsfile 2024-10-18 19:27:23 +02:00
settings.gradle.kts Initial commit 2024-10-18 17:49:49 +02:00