Skip to content

Commit 293b451

Browse files
Andrew Eisenberglhotari
authored andcommitted
add uaa classpath to eclipse classpath
1 parent d2d57cc commit 293b451

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

grails-bootstrap/build.gradle

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,10 @@ jar.appendix = 'bootstrap'
5555
jar {
5656
from compileUaaGroovy.outputs.files
5757
}
58+
59+
60+
eclipse {
61+
classpath {
62+
plusConfigurations += configurations.uaa
63+
}
64+
}

0 commit comments

Comments
 (0)