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 8470ba8 commit 70a4410Copy full SHA for 70a4410
.github/workflows/pr.yml
@@ -21,6 +21,7 @@ jobs:
21
test
22
compileIntegrationTestKotlin
23
:build-logic:check
24
+ :library:apiCheck
25
26
python-tests:
27
runs-on: ubuntu-latest
gradle.properties
@@ -1,6 +1,6 @@
1
group=com.gabrielfeo
2
artifact=develocity-api-kotlin
3
-version=2024.2.0-alpha01
+version=2024.2.0-alpha02
4
develocity.version=2024.2
5
repo.url=https://github.com/gabrielfeo/develocity-api-kotlin
6
org.gradle.jvmargs=-Xmx5g
0 commit comments