File tree 3 files changed +3
-17
lines changed
3 files changed +3
-17
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/java-gradle-plugin.yaml@1.42 .0
11
+ uses : bakdata/ci-templates/.github/workflows/java-gradle-plugin.yaml@1.43 .0
12
12
secrets :
13
13
sonar-token : ${{ secrets.SONARCLOUD_TOKEN }}
14
14
sonar-organization : ${{ secrets.SONARCLOUD_ORGANIZATION }}
19
19
ossrh-username : ${{ secrets.SONATYPE_OSSRH_USERNAME }}
20
20
gradle-publish-key : ${{ secrets.GRADLE_PLUGIN_PUBLISH_KEY }}
21
21
gradle-publish-secret : ${{ secrets.GRADLE_PLUGIN_PUBLISH_SECRET }}
22
- github-username : ${{ secrets.GH_USERNAME }}
23
22
github-token : ${{ secrets.GH_TOKEN }}
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.42 .0
19
+ uses : bakdata/ci-templates/.github/workflows/java-gradle-release.yaml@1.43 .0
20
20
with :
21
21
release-type : " ${{ inputs.release-type }}"
22
22
Original file line number Diff line number Diff line change 1
1
plugins {
2
2
// release
3
- id(" net.researchgate.release " ) version " 3.0.2 "
3
+ id(" com.bakdata.sonar " ) version " 1. 3.0"
4
4
// eat your own dog food - apply the plugins to this plugin project
5
5
id(" com.bakdata.sonar" ) version " 1.1.17"
6
6
id(" com.bakdata.sonatype" ) version " 1.2.2"
7
- id(" org.hildan.github.changelog" ) version " 1.13.1"
8
7
id(" org.gradle.kotlin.kotlin-dsl" ) version " 2.1.6" apply false
9
8
id(" com.gradle.plugin-publish" ) version " 1.2.1" apply false
10
9
}
@@ -38,12 +37,6 @@ configure<com.bakdata.gradle.SonatypeSettings> {
38
37
}
39
38
}
40
39
41
- configure< org.hildan.github.changelog.plugin.GitHubChangelogExtension > {
42
- githubUser = " bakdata"
43
- futureVersionTag = findProperty(" changelog.releaseVersion" )?.toString()
44
- sinceTag = findProperty(" changelog.sinceTag" )?.toString()
45
- }
46
-
47
40
subprojects {
48
41
apply (plugin = " java" )
49
42
@@ -88,11 +81,5 @@ subprojects {
88
81
}
89
82
}
90
83
91
- release {
92
- git {
93
- requireBranch.set(" master" )
94
- }
95
- }
96
-
97
84
val sonarqube by tasks
98
85
sonarqube.enabled = false // FIXME requires Java 17
You can’t perform that action at this time.
0 commit comments