Skip to content

Commit 70a4410

Browse files
authored
Prepare for next release (#293)
- Bump library version - Dump latest API (diff is from 2024.1.1 to current code, see #292) - Add apiCheck to PR workflow
1 parent 8470ba8 commit 70a4410

File tree

3 files changed

+694
-126
lines changed

3 files changed

+694
-126
lines changed

.github/workflows/pr.yml

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
test
2222
compileIntegrationTestKotlin
2323
:build-logic:check
24+
:library:apiCheck
2425
2526
python-tests:
2627
runs-on: ubuntu-latest

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
group=com.gabrielfeo
22
artifact=develocity-api-kotlin
3-
version=2024.2.0-alpha01
3+
version=2024.2.0-alpha02
44
develocity.version=2024.2
55
repo.url=https://github.com/gabrielfeo/develocity-api-kotlin
66
org.gradle.jvmargs=-Xmx5g

0 commit comments

Comments
 (0)