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 4048b0c commit c76a98bCopy full SHA for c76a98b
.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
@@ -6,7 +6,7 @@ plugins {
6
}
7
8
group = 'cloud.eppo'
9
-version = '2.0.0'
+version = '2.1.0-SNAPSHOT'
10
ext.isReleaseVersion = !version.endsWith("SNAPSHOT")
11
12
dependencies {
0 commit comments