Skip to content

Commit

Permalink
Merge pull request #65 from uzzu/renovate/co.uzzu.dotenv.gradle-3.x
Browse files Browse the repository at this point in the history
Update plugin co.uzzu.dotenv.gradle to v3
  • Loading branch information
uzzu authored Nov 27, 2023
2 parents 23b65f8 + 75401a0 commit 883f869
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
base
id("co.uzzu.dotenv.gradle") version "2.0.0"
id("co.uzzu.dotenv.gradle") version "3.0.0"
kotlin("jvm") version "1.4.31" apply false
id("org.jlleitschuh.gradle.ktlint") version "11.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/hierarchical_definitions/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
base
id("co.uzzu.dotenv.gradle") version "2.1.0"
id("co.uzzu.dotenv.gradle") version "3.0.0"
}

println("[$name] FOO: ${env.FOO.value}")
Expand Down

0 comments on commit 883f869

Please sign in to comment.