diff options
author | Sai Gandham <sg481n@att.com> | 2018-04-07 23:34:46 -0500 |
---|---|---|
committer | Sai Gandham <sg481n@att.com> | 2018-04-07 23:35:02 -0500 |
commit | b54ee10b07379af97b5ab7826067b945ca101608 (patch) | |
tree | 624f73d5d2ff2465a65c6902159e175bf224a160 /misc/env | |
parent | a3ee2293f1abeca15228eb82fb7b496944e95889 (diff) |
Fixing enforce rules in cadi & misc
Issue-ID: AAF-215
Change-Id: Ie4747b751544069afe082c033b40e90383c81eec
Signed-off-by: Sai Gandham <sg481n@att.com>
Diffstat (limited to 'misc/env')
-rw-r--r-- | misc/env/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/env/pom.xml b/misc/env/pom.xml index 3e27444a..cc169819 100644 --- a/misc/env/pom.xml +++ b/misc/env/pom.xml @@ -72,6 +72,7 @@ <properties> <!-- SONAR --> <sonar.skip>true</sonar.skip> + <scijava.jvm.version>1.8</scijava.jvm.version> <jacoco.version>0.7.7.201606060606</jacoco.version> <sonar-jacoco-listeners.version>3.2</sonar-jacoco-listeners.version> <sonar.core.codeCoveragePlugin>jacoco</sonar.core.codeCoveragePlugin> |