Skip to content

Commit

Permalink
Moved all plugin versions into gradle.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
jonbullock committed Jan 5, 2022
1 parent 039d6fa commit 9afb552
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
id "io.github.gradle-nexus.publish-plugin" version "$nexusPublishPluginVersion"
id 'com.github.ben-manes.versions' version "$versionsPluginVersion"
id 'org.ajoberstar.grgit' version "$grgitVersion"
id 'org.jreleaser' version "0.10.0" apply false
id 'org.jreleaser' version "$jreleaserVersion" apply false
id "eclipse"
id "idea"
}
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ jacocoVersion = 0.8.7
grgitVersion = 4.1.1
nexusPublishPluginVersion = 1.1.0
versionsPluginVersion = 0.40.0
sdkmanVersion = 3.0.0
githubReleaseVersion = 2.2.12
optionalBaseVersion = 7.0.0
jreleaserVersion = 0.10.0
mavenPluginDevVersion = 0.3.1

# jbake-maven-plugin dependencies
mavenVersion = 3.8.4
Expand Down
2 changes: 1 addition & 1 deletion jbake-maven-plugin/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'de.benediktritter.maven-plugin-development' version '0.3.1'
id 'de.benediktritter.maven-plugin-development' version "$mavenPluginDevVersion"
id "org.jbake.convention.java-common"
}

Expand Down

0 comments on commit 9afb552

Please sign in to comment.