Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
philipp94831 committed Jan 22, 2025
1 parent a7981e5 commit 70b75ec
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
build-and-publish:
name: Java Gradle
uses: bakdata/ci-templates/.github/workflows/java-gradle-plugin.yaml@1.43.0
uses: bakdata/ci-templates/.github/workflows/java-gradle-plugin.yaml@1.56.0
with:
java-version: 17
secrets:
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@1.43.0
uses: bakdata/ci-templates/.github/workflows/java-gradle-release.yaml@1.56.0
with:
java-version: 17
release-type: "${{ inputs.release-type }}"
Expand Down
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ import java.util.*

plugins {
// eat your own dog food - apply the plugins to this plugin project
id("com.bakdata.release") version "1.4.2"
id("com.bakdata.sonar") version "1.4.2"
id("com.bakdata.sonatype") version "1.4.2"
id("com.bakdata.release") version "1.6.0"
id("com.bakdata.sonar") version "1.6.0"
id("com.bakdata.sonatype") version "1.6.0"
id("org.gradle.kotlin.kotlin-dsl") version "5.1.2" apply false
id("com.gradle.plugin-publish") version "1.3.0" apply false
}
Expand Down

0 comments on commit 70b75ec

Please sign in to comment.