Skip to content

Commit

Permalink
chore(deps): update dependency gradle to v8 (#67)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency gradle to v8

* chore: adjusted to Gradle 8.x

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michal Augustýn <[email protected]>
  • Loading branch information
renovate[bot] and augi authored Mar 24, 2023
1 parent e3864ee commit 6813a16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
8 changes: 1 addition & 7 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,20 +34,14 @@ test {
project.ext.set('gradle.publish.key', System.getenv('GRADLE_PORTAL_KEY'))
project.ext.set('gradle.publish.secret', System.getenv('GRADLE_PORTAL_SECRET'))

pluginBundle {
website = 'https://github.com/augi/gradle-docker-java'
vcsUrl = 'https://github.com/augi/gradle-docker-java'

tags = ['docker', 'java', 'jvm']
}

gradlePlugin {
plugins {
dockerJavaPlugin {
id = 'cz.augi.docker-java'
displayName = 'Gradle Docker Java plugin'
description = 'Gradle plugin that wraps your JVM application to a new Docker image.'
implementationClass = 'cz.augi.gradle.dockerjava.DockerJavaPlugin'
tags.set(['docker', 'java', 'jvm'])
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0.2-bin.zip
networkTimeout=10000
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 6813a16

Please sign in to comment.