Skip to content
Snippets Groups Projects
Unverified Commit 5781d97d authored by Juan Ignacio Ubeira's avatar Juan Ignacio Ubeira Committed by GitHub
Browse files

Merge pull request #17 from exo-core/cross-compilation-howto

Cross compilation howto
parents 6dfc703b d8129f44
No related branches found
No related tags found
No related merge requests found
......@@ -67,6 +67,12 @@ jar {
}
}
/* Uncomment the following lines in package://genjava/src/genjava/templates/genjava_project/build.gradle.in to
* enable Java 6 cross compilation for ROS messages.
*/
// sourceCompatibility = 1.6
// targetCompatibility = 1.6
task info {
doLast {
println "\nProject Info"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment