1
1
plugins {
2
2
id(" com.bakdata.release" ) version " 1.7.1"
3
3
id(" com.bakdata.sonar" ) version " 1.7.1"
4
- id(" com.bakdata.sonatype" ) version " 1.7.1 "
5
- id(" io.freefair.lombok" ) version " 8.11 "
4
+ id(" com.bakdata.sonatype" ) version " 1.9.0 "
5
+ id(" io.freefair.lombok" ) version " 8.12.2 "
6
6
}
7
7
8
8
allprojects {
@@ -20,35 +20,36 @@ allprojects {
20
20
}
21
21
}
22
22
23
- configure< com.bakdata.gradle.SonatypeSettings > {
24
- developers {
25
- developer {
26
- name.set(" Sven Lehmann" )
27
- id.set(" SvenLehmann" )
28
- }
29
- developer {
30
- name.set(" Torben Meyer" )
31
- id.set(" torbsto" )
32
- }
33
- developer {
34
- name.set(" Philipp Schirmer" )
35
- id.set(" philipp94831" )
36
- }
37
- developer {
38
- name.set(" Markus Kobold" )
39
- id.set(" mkcode92" )
23
+ subprojects {
24
+ plugins.matching { it is JavaPlugin }.all {
25
+ apply (plugin = " java-test-fixtures" )
26
+ apply (plugin = " io.freefair.lombok" )
27
+
28
+ configure<JavaPluginExtension > {
29
+ toolchain {
30
+ languageVersion = JavaLanguageVersion .of(11 )
31
+ }
40
32
}
41
33
}
42
- }
43
-
44
- subprojects {
45
- apply (plugin = " java-library" )
46
- apply (plugin = " java-test-fixtures" )
47
- apply (plugin = " io.freefair.lombok" )
48
34
49
- configure<JavaPluginExtension > {
50
- toolchain {
51
- languageVersion = JavaLanguageVersion .of(11 )
35
+ publication {
36
+ developers {
37
+ developer {
38
+ name.set(" Sven Lehmann" )
39
+ id.set(" SvenLehmann" )
40
+ }
41
+ developer {
42
+ name.set(" Torben Meyer" )
43
+ id.set(" torbsto" )
44
+ }
45
+ developer {
46
+ name.set(" Philipp Schirmer" )
47
+ id.set(" philipp94831" )
48
+ }
49
+ developer {
50
+ name.set(" Markus Kobold" )
51
+ id.set(" mkcode92" )
52
+ }
52
53
}
53
54
}
54
55
}
0 commit comments