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

disabling osgi for now.

parent 6c9aabba
Branches
Tags
No related merge requests found
...@@ -16,9 +16,11 @@ class RosJavaPlugin implements Plugin<Project> { ...@@ -16,9 +16,11 @@ class RosJavaPlugin implements Plugin<Project> {
if (!project.plugins.findPlugin('java')) { if (!project.plugins.findPlugin('java')) {
project.apply(plugin: 'java') project.apply(plugin: 'java')
} }
/* Disabling for now - may be source of build farm problems
if (!project.plugins.findPlugin('osgi')) { if (!project.plugins.findPlugin('osgi')) {
project.apply(plugin: 'osgi') project.apply(plugin: 'osgi')
} }
*/
project.sourceCompatibility = 1.6 project.sourceCompatibility = 1.6
project.targetCompatibility = 1.6 project.targetCompatibility = 1.6
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment