Skip to content

Commit

Permalink
env does not exist in gradle grrr
Browse files Browse the repository at this point in the history
Signed-off-by: l-1squared <[email protected]>
  • Loading branch information
l-1squared committed Nov 21, 2023
1 parent f9fc673 commit b7e2390
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jgiven-maven-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ tasks.register('generateMavenPlugin', CrossPlatformExec) {
buildCommand 'mvn', '-nsu', '-U', '-f', 'build/maven/pom.xml', 'plugin:descriptor', '--batch-mode',
'-Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn'
}
println("Env": env)
println("Env": System.getenv())

generateMavenPlugin.configure {
List<Task> thisProjectsPublishTasks = getTasks().withType(PublishToMavenLocal).stream().collect(Collectors.toList())
Expand Down

0 comments on commit b7e2390

Please sign in to comment.