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 f407fb3 commit 5578a59Copy full SHA for 5578a59
.github/workflows/build.yml
@@ -5,7 +5,7 @@ on:
5
tags-ignore: [ "**" ]
6
pull_request:
7
release:
8
- types: [ released ]
+ types: [ published ]
9
jobs:
10
build:
11
# Only run on PRs if the source branch is on someone else's repo
gradle.properties
@@ -1,5 +1,5 @@
1
group=org.incendo
2
-version=2.0.0-SNAPSHOT
+version=2.0.0-beta.1
3
description=Command framework and dispatcher for the JVM
4
org.gradle.caching=true
0 commit comments