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 66cb977 commit c21d836Copy full SHA for c21d836
1 file changed
common.gradle
@@ -6,7 +6,10 @@ apply plugin: 'java-library'
6
apply plugin: 'groovy'
7
apply plugin: 'maven-publish'
8
apply plugin: 'signing'
9
-
+apply plugin: 'eclipse'
10
+eclipse.jdt.file.withProperties { props ->
11
+ props.setProperty "org.eclipse.jdt.core.circularClasspath", "warning"
12
+}
13
group = 'org.jmonkeyengine'
14
version = jmeFullVersion
15
0 commit comments