File tree 9 files changed +189
-122
lines changed
9 files changed +189
-122
lines changed Original file line number Diff line number Diff line change 8
8
jobs :
9
9
build-and-publish :
10
10
name : Java Gradle
11
- uses :
bakdata/ci-templates/.github/workflows/[email protected]
11
+ uses :
bakdata/ci-templates/.github/workflows/[email protected]
12
+ with :
13
+ java-version : 17
12
14
secrets :
13
15
sonar-token : ${{ secrets.SONARCLOUD_TOKEN }}
14
16
sonar-organization : ${{ secrets.SONARCLOUD_ORGANIZATION }}
Original file line number Diff line number Diff line change 16
16
jobs :
17
17
java-gradle-release :
18
18
name : Java Gradle
19
- uses : bakdata/ci-templates/.github/workflows/java-gradle-release.yaml@1.39.1
19
+ uses : bakdata/ci-templates/.github/workflows/java-gradle-release.yaml@1.40.6
20
20
with :
21
+ java-version : 17
21
22
release-type : " ${{ inputs.release-type }}"
22
23
secrets :
23
24
github-email : " ${{ secrets.GH_EMAIL }}"
Original file line number Diff line number Diff line change 1
1
plugins {
2
2
id(" net.researchgate.release" ) version " 3.0.2"
3
- id(" com.bakdata.sonar" ) version " 1.1.7 "
4
- id(" com.bakdata.sonatype" ) version " 1.1.7 "
5
- id(" org.hildan.github.changelog" ) version " 1.12.1 "
6
- id(" io.freefair.lombok" ) version " 6.6.3 "
3
+ id(" com.bakdata.sonar" ) version " 1.1.17 "
4
+ id(" com.bakdata.sonatype" ) version " 1.1.14 "
5
+ id(" org.hildan.github.changelog" ) version " 2.2.0 "
6
+ id(" io.freefair.lombok" ) version " 8.4 "
7
7
}
8
8
9
9
allprojects {
@@ -54,8 +54,9 @@ subprojects {
54
54
apply (plugin = " io.freefair.lombok" )
55
55
56
56
configure<JavaPluginExtension > {
57
- sourceCompatibility = JavaVersion .VERSION_11
58
- targetCompatibility = JavaVersion .VERSION_11
57
+ toolchain {
58
+ languageVersion = JavaLanguageVersion .of(11 )
59
+ }
59
60
}
60
61
}
61
62
Original file line number Diff line number Diff line change 1
1
description = " Transform dead letters in Kafka Streams applications to Avro format."
2
2
3
3
plugins {
4
- id(" com.github.davidmc24.gradle.plugin.avro" ) version " 1.5.0 "
4
+ id(" com.github.davidmc24.gradle.plugin.avro" ) version " 1.9.1 "
5
5
}
6
6
7
7
// add .avsc files to jar allowing us to use them in other projects as a schema dependency
Original file line number Diff line number Diff line change 1
1
description = " A library for error handling in Kafka Streams."
2
2
3
3
plugins {
4
- id(" com.github.davidmc24.gradle.plugin.avro" ) version " 1.5.0 "
4
+ id(" com.github.davidmc24.gradle.plugin.avro" ) version " 1.9.1 "
5
5
}
6
6
7
7
dependencies {
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-7.6-all.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.4-all.zip
4
+ networkTimeout =10000
4
5
zipStoreBase =GRADLE_USER_HOME
5
6
zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments