Skip to content

Commit 0a7704a

Browse files
Bump com.vanniktech.maven.publish from 0.35.0 to 0.36.0 (#136)
* Bump com.vanniktech.maven.publish from 0.35.0 to 0.36.0 Bumps [com.vanniktech.maven.publish](https://github.com/vanniktech/gradle-maven-publish-plugin) from 0.35.0 to 0.36.0. - [Release notes](https://github.com/vanniktech/gradle-maven-publish-plugin/releases) - [Changelog](https://github.com/vanniktech/gradle-maven-publish-plugin/blob/main/CHANGELOG.md) - [Commits](vanniktech/gradle-maven-publish-plugin@0.35.0...0.36.0) --- updated-dependencies: - dependency-name: com.vanniktech.maven.publish dependency-version: 0.36.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Bumped to JDK17 on CI --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Guillermo Mazzola <[email protected]>
1 parent 8ec822c commit 0a7704a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/setup-host/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ runs:
1313
uses: actions/setup-java@v5
1414
with:
1515
distribution: 'temurin'
16-
java-version: '11'
16+
java-version: '17'
1717
- name: Setup Gradle
1818
uses: gradle/actions/setup-gradle@v5
1919
with:

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ dokka = { id = "org.jetbrains.dokka-javadoc", version = "2.1.0" }
1313
gitVersion = { id = "io.github.gmazzo.gitversion", version = "1.5.1" }
1414
gradle-nexusPublish = { id = "io.github.gradle-nexus.publish-plugin", version = "2.0.0" }
1515
kotlin = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
16-
mavenPublish = { id = "com.vanniktech.maven.publish", version = "0.35.0" }
16+
mavenPublish = { id = "com.vanniktech.maven.publish", version = "0.36.0" }
1717
publicationsReport = { id = "io.github.gmazzo.publications.report", version = "1.3.3" }

0 commit comments

Comments
 (0)