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 f323d85 commit 4cc8de2Copy full SHA for 4cc8de2
.github/workflows/publish-sdk.yml
@@ -14,6 +14,8 @@ jobs:
14
runs-on: ubuntu-latest
15
steps:
16
- uses: actions/checkout@v4
17
+ with:
18
+ fetch-depth: 0
19
20
- name: Set up Maven Central Repository
21
uses: actions/setup-java@v4
build.gradle
@@ -11,7 +11,7 @@ java {
11
}
12
13
group = 'cloud.eppo'
-version = '3.0.1'
+version = '3.0.2-SNAPSHOT'
ext.isReleaseVersion = !version.endsWith("SNAPSHOT")
import org.apache.tools.ant.filters.ReplaceTokens
0 commit comments