You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: gradle/ide.gradle
+1-1
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ eclipse.jdt {
11
11
}
12
12
13
13
// Replace classpath entries with project dependencies (GRADLE-1116)
14
-
//http://issues.gradle.org/browse/GRADLE-1116
14
+
//https://issues.gradle.org/browse/GRADLE-1116
15
15
eclipse.classpath.file.whenMerged { classpath ->
16
16
def regexp =/.*?\/([^\/]+)\/build\/([^\/]+\/)+(?:main|test)/// only match those that end in main or test (avoids removing necessary entries like build/classes/jaxb)
0 commit comments