File tree Expand file tree Collapse file tree 2 files changed +1
-9
lines changed
Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -25,14 +25,6 @@ build:
2525 - echo "Gefundene Artefakte:"
2626 - find . -type f -path "**/build/libs/*.jar" ! -path "**/.gradle/**" -exec ls -lh {} \;
2727
28- artifacts :
29- paths :
30- - " **/build/libs/*.jar"
31- exclude :
32- - .gradle/**
33- - " **/.gradle/**"
34- - " ./build-logic/**"
35-
3628publish :
3729 stage : publish
3830 image : gradle:latest
Original file line number Diff line number Diff line change @@ -21,10 +21,10 @@ include(":surf-api-velocity:surf-api-velocity-api")
2121include(" :surf-api-velocity:surf-api-velocity-server" )
2222
2323include(" surf-api-standalone" )
24- include(" surf-api-gradle-plugin" )
2524
2625if (! ci) {
2726 include(" :surf-api-bukkit:surf-api-bukkit-plugin-test" )
2827// include("surf-api-generator")
2928 include(" surf-api-modern-generator" )
29+ include(" surf-api-gradle-plugin" )
3030}
You can’t perform that action at this time.
0 commit comments