Skip to content

Commit

Permalink
Fixed java7 test broken by littleproxy version switching
Browse files Browse the repository at this point in the history
  • Loading branch information
tomakehurst committed Sep 25, 2019
1 parent a2014e3 commit b4013ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ allprojects {
]
]

def isJava7 = project.name == 'wiremock'
def isJava7 = project.name in ['wiremock', 'java7']
def versions = isJava7 ?
versionSets.java7 :
versionSets[project.name]
Expand Down

0 comments on commit b4013ff

Please sign in to comment.