Skip to content

Commit c21d836

Browse files
riccardoblstephengold
authored andcommitted
Configure circular deps as warning on eclipse (#1747)
1 parent 66cb977 commit c21d836

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

common.gradle

+4-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@ apply plugin: 'java-library'
66
apply plugin: 'groovy'
77
apply plugin: 'maven-publish'
88
apply plugin: 'signing'
9-
9+
apply plugin: 'eclipse'
10+
eclipse.jdt.file.withProperties { props ->
11+
props.setProperty "org.eclipse.jdt.core.circularClasspath", "warning"
12+
}
1013
group = 'org.jmonkeyengine'
1114
version = jmeFullVersion
1215

0 commit comments

Comments
 (0)