We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9321d4 commit e430297Copy full SHA for e430297
.github/workflows/deploy.yml
@@ -48,7 +48,7 @@ jobs:
48
fi
49
50
- name: Gradle Publish
51
- if: "${{ github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/heads/version/') }}"
+ if: "${{ github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/heads/version/') || github.ref == 'refs/heads/support/minestom' }}"
52
run: ./gradlew publish
53
54
- name: Gradle Release
minestom/build.gradle.kts
@@ -1,5 +1,6 @@
1
plugins {
2
id("apollo.shadow-conventions")
3
+ id("apollo.publish-conventions")
4
}
5
6
java {
@@ -17,3 +18,5 @@ dependencies {
17
18
19
annotationProcessor(libs.minestom)
20
21
+
22
+publishShadowJar()
0 commit comments