Skip to content
Snippets Groups Projects
Commit cddf4824 authored by Daniel Stonier's avatar Daniel Stonier
Browse files

source compatibility for java 1.6 -> 1.7

parent 2db5bd1e
No related branches found
No related tags found
No related merge requests found
...@@ -24,8 +24,8 @@ class RosJavaPlugin implements Plugin<Project> { ...@@ -24,8 +24,8 @@ class RosJavaPlugin implements Plugin<Project> {
project.apply(plugin: 'maven-publish') project.apply(plugin: 'maven-publish')
} }
project.sourceCompatibility = 1.6 project.sourceCompatibility = 1.7
project.targetCompatibility = 1.6 project.targetCompatibility = 1.7
if ( project.ros.mavenDeploymentRepository != 'null' && project.ros.mavenDeploymentRepository != '' ) { if ( project.ros.mavenDeploymentRepository != 'null' && project.ros.mavenDeploymentRepository != '' ) {
project.publishing { project.publishing {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment