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 d64294c commit bb6411fCopy full SHA for bb6411f
.github/workflows/deploy-snapshot.yml
@@ -1,7 +1,7 @@
1
name: Deploy Snapshot
2
on:
3
push:
4
- branches: [ 'main' ]
+ branches: [ 'main', 'feature/method-at-inheritance' ]
5
6
jobs:
7
deploy:
gradle.properties
@@ -1,5 +1,5 @@
group=io.papermc.jst
-version=1.0.68-SNAPSHOT
+version=1.0.68-inheritance-SNAPSHOT
intellij_version=233.11799.300
jetbrains_annotations_version=24.1.0
0 commit comments