Skip to content

Commit

Permalink
Upgrade to Gradle 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
philipp94831 committed Jan 22, 2025
1 parent f7e1a47 commit 611091c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 19 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-and-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,9 @@ on:
jobs:
build-and-publish:
name: Java Gradle
uses: bakdata/ci-templates/.github/workflows/java-gradle-library.yaml@feature/gradle-publish-2
uses: bakdata/ci-templates/.github/workflows/java-gradle-library.yaml@1.55.0
with:
java-version: 17
gradle-refresh-dependencies: true
secrets:
sonar-token: ${{ secrets.SONARCLOUD_TOKEN }}
sonar-organization: ${{ secrets.SONARCLOUD_ORGANIZATION }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
jobs:
java-gradle-release:
name: Java Gradle
uses: bakdata/ci-templates/.github/workflows/java-gradle-release.yaml@feature/gradle-publish-2
uses: bakdata/ci-templates/.github/workflows/java-gradle-release.yaml@1.55.0
with:
java-version: 17
release-type: "${{ inputs.release-type }}"
Expand Down
19 changes: 3 additions & 16 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,22 +1,9 @@
buildscript {
repositories {
maven {
url = uri("https://s01.oss.sonatype.org/content/repositories/snapshots")
}
}
dependencies {
classpath("com.bakdata.gradle:sonar:1.5.3-SNAPSHOT")
classpath("com.bakdata.gradle:release:1.5.3-SNAPSHOT")
classpath("com.bakdata.gradle:sonatype:1.5.3-SNAPSHOT")
}
}

plugins {
id("com.bakdata.release") version "1.4.0"
id("com.bakdata.sonar") version "1.4.0"
id("com.bakdata.sonatype") version "1.4.1"
id("io.freefair.lombok") version "8.4" apply false
}
apply(plugin = "com.bakdata.release")
apply(plugin = "com.bakdata.sonar")
apply(plugin = "com.bakdata.sonatype")

allprojects {
group = "com.bakdata.dedupe"
Expand Down

0 comments on commit 611091c

Please sign in to comment.