Skip to content

Commit e2ee056

Browse files
committed
Merge remote-tracking branch 'origin/version/1.21' into version/1.21
2 parents a7d0a38 + 35c7e84 commit e2ee056

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

.gitlab-ci.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff 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-
3628
publish:
3729
stage: publish
3830
image: gradle:latest

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ include(":surf-api-velocity:surf-api-velocity-api")
2121
include(":surf-api-velocity:surf-api-velocity-server")
2222

2323
include("surf-api-standalone")
24-
include("surf-api-gradle-plugin")
2524

2625
if (!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
}

0 commit comments

Comments
 (0)