Skip to content
Snippets Groups Projects
Commit 4ce3121b authored by felmer's avatar felmer
Browse files

SSDM-515: Change eclipse default output dir to 'targets/classes'

SVN: 31826
parent 9caf7816
No related branches found
No related tags found
No related merge requests found
...@@ -211,7 +211,7 @@ apply plugin: 'eclipse' ...@@ -211,7 +211,7 @@ apply plugin: 'eclipse'
eclipse { eclipse {
classpath { classpath {
downloadSources=true downloadSources=true
defaultOutputDir = file('targets') defaultOutputDir = file('targets/classes')
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment