Skip to content

Commit

Permalink
plugins.id("de.fayard.refreshVersion")
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean-Michel Fayard committed Oct 13, 2019
1 parent fbfcfaa commit 2c81197
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 7 additions & 1 deletion plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,13 @@ gradlePlugin {
plugins {
create("buildSrcVersions") {
id = "de.fayard.buildSrcVersions"
displayName = "buildSrcVersions"
displayName = "./gradlew buildSrcVersions"
description = "Painless dependencies management"
implementationClass = "de.fayard.BuildSrcVersionsPlugin"
}
create("refreshVersions") {
id = "de.fayard.refreshVersions"
displayName = "./gradlew refreshVersions"
description = "Painless dependencies management"
implementationClass = "de.fayard.BuildSrcVersionsPlugin"
}
Expand Down
1 change: 1 addition & 0 deletions sample-versionsOnlyMode/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ dependencies {
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.0.0")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core-common:1.0.0")
implementation("org.jetbrains.kotlinx:kotlinx-serialization-runtime:0.13.0")
implementation("com.jakewharton.timber:timber:4.7.0")
}

tasks.withType<KotlinCompile> {
Expand Down
3 changes: 2 additions & 1 deletion sample-versionsOnlyMode/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ version.org.jetbrains.kotlinx.kotlinx-coroutines=1.0.0
version.org.jetbrains.kotlinx.kotlinx-serialization=0.13.0
version.gradleLatestVersion=5.6.2
version.guava=15.0
version.guice=2.0
version.guice=2.0
version.timber=4.7.0

0 comments on commit 2c81197

Please sign in to comment.