Skip to content

Commit

Permalink
Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Reiche authored and martingrossmann committed Dec 15, 2022
1 parent 1f52810 commit 56ac864
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ apply plugin: 'io.codearte.nexus-staging'

ext {
// Minimum required Testerra version
testerraCompileVersion = '1.3'
testerraCompileVersion = '1.9'
// Unit tests use the latest Testerra version
testerraTestVersion = '[1.3,2-SNAPSHOT)'
testerraTestVersion = '[1.9,2-SNAPSHOT)'
moduleVersion = '1-SNAPSHOT'
if (System.properties.containsKey('moduleVersion')) {
moduleVersion = System.getProperty('moduleVersion')
Expand Down

0 comments on commit 56ac864

Please sign in to comment.