We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9793f18 commit 41d15beCopy full SHA for 41d15be
gradle/common-java.gradle
@@ -32,7 +32,7 @@ if (java7JreDir) {
32
def requiredJavaBootArchives = ["rt.jar", "jsse.jar"]
33
def bootClasspath = ""
34
requiredJavaBootArchives.each { a ->
35
- def archivePath = new File(java7JreDir, "jre/lib/$a")
+ def archivePath = new File(java7JreDir, "lib/$a")
36
if (!archivePath.exists()) {
37
throw new ProjectConfigurationException("Archive $archivePath required for building in Java 7 could not be found.", null)
38
}
0 commit comments