Skip to content

Commit 41d15be

Browse files
committed
reverting the path to pervious
1 parent 9793f18 commit 41d15be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/common-java.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ if (java7JreDir) {
3232
def requiredJavaBootArchives = ["rt.jar", "jsse.jar"]
3333
def bootClasspath = ""
3434
requiredJavaBootArchives.each { a ->
35-
def archivePath = new File(java7JreDir, "jre/lib/$a")
35+
def archivePath = new File(java7JreDir, "lib/$a")
3636
if (!archivePath.exists()) {
3737
throw new ProjectConfigurationException("Archive $archivePath required for building in Java 7 could not be found.", null)
3838
}

0 commit comments

Comments
 (0)