Skip to content

Commit

Permalink
README: Update Maven.getMavenProperty to current method name
Browse files Browse the repository at this point in the history
  • Loading branch information
schnatterer authored Jul 8, 2020
1 parent 93e80e7 commit f16464e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ Available from both local Maven and Maven in Docker.
* `mvn.getVersion()`
* `mvn.getArtifactId()`
* `mvn.getGroupId()`
* `mvn.getProperty('project.build.sourceEncoding')`
* `mvn.getMavenProperty('project.build.sourceEncoding')`

See [Maven](src/com/cloudogu/ces/cesbuildlib/MavenInDocker.groovy)

Expand Down

0 comments on commit f16464e

Please sign in to comment.