Skip to content

Commit

Permalink
New ReplaceTokens.
Browse files Browse the repository at this point in the history
  • Loading branch information
stewartbryson committed Apr 7, 2023
1 parent 901636d commit c59004e
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/examples/groovy/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id 'groovy'
id 'com.github.ben-manes.versions' version '0.46.0'
id 'io.github.stewartbryson.snowflake' version '${version}'
id 'io.github.stewartbryson.snowflake' version '@version@'
}

repositories {
Expand Down
2 changes: 1 addition & 1 deletion src/examples/java-external-stage/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id 'java'
id 'com.github.ben-manes.versions' version '0.46.0'
id 'io.github.stewartbryson.snowflake' version '${version}'
id 'io.github.stewartbryson.snowflake' version '@version@'
}

repositories {
Expand Down
2 changes: 1 addition & 1 deletion src/examples/java-testing/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id 'java'
id 'groovy' // needed for Spock testing framework
id 'io.github.stewartbryson.snowflake' version '${version}'
id 'io.github.stewartbryson.snowflake' version '@version@'
id 'com.adarshr.test-logger' version '3.2.0' // added for testing
id 'com.github.ben-manes.versions' version '0.46.0'
}
Expand Down
2 changes: 1 addition & 1 deletion src/examples/java/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id 'java'
id 'com.github.ben-manes.versions' version '0.46.0'
id 'io.github.stewartbryson.snowflake' version '${version}'
id 'io.github.stewartbryson.snowflake' version '@version@'
}

repositories {
Expand Down
2 changes: 1 addition & 1 deletion src/examples/kotlin/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id "org.jetbrains.kotlin.jvm" version "1.7.21"
id 'com.github.ben-manes.versions' version '0.46.0'
id 'io.github.stewartbryson.snowflake' version '${version}'
id 'io.github.stewartbryson.snowflake' version '@version@'
}

repositories {
Expand Down
2 changes: 1 addition & 1 deletion src/examples/scala/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id 'scala'
id 'com.github.ben-manes.versions' version '0.46.0'
id 'io.github.stewartbryson.snowflake' version '${version}'
id 'io.github.stewartbryson.snowflake' version '@version@'
}

repositories {
Expand Down

0 comments on commit c59004e

Please sign in to comment.