Skip to content

Commit

Permalink
Configure circular deps as warning on eclipse (#1747)
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardobl authored and stephengold committed Jan 17, 2022
1 parent 66cb977 commit c21d836
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion common.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ apply plugin: 'java-library'
apply plugin: 'groovy'
apply plugin: 'maven-publish'
apply plugin: 'signing'

apply plugin: 'eclipse'
eclipse.jdt.file.withProperties { props ->
props.setProperty "org.eclipse.jdt.core.circularClasspath", "warning"
}
group = 'org.jmonkeyengine'
version = jmeFullVersion

Expand Down

0 comments on commit c21d836

Please sign in to comment.