Andrey Hihlovskiy
Andrey Hihlovskiy
Work is being done.
I looked at your stackoverflow question. I'd be glad to help you. My questions: - Is placement of "src" outside of project tree a requirement? Does it reside in different...
You are welcome :)
I'm OK with German, since I live in Germany :smile: I'll have a look.
What I tried: ``` git clone [email protected]:uli-heller/uli-java-prototypes.git cd uli-java-prototypes/crash-webapp gradle appRun ``` What I got: ``` gradle appRun Download https://repo1.maven.org/maven2/org/projectlombok/lombok/1.12.4/lombok-1.12.4.pom FAILURE: Build failed with an exception. * Where: Build file...
There is a bug in Gretty: log4j-over-slf4j slips into tomcat webapp configuration (although it should be excluded on the classloader level). I'll research this further and fix in the next...
Could you, please, test it against version 1.2.3? The problem should be gone by now, because of improved classpath isolation.
Fixed in Gretty 1.2.4, please test.
I'll have a look.
Resolved in version 1.0.19. The branch can be specified on two levels: globally and per-project: ``` groovy multiproject { branch = 'niceFeature1' git baseDir: 'upstream_repos', { project name: 'project1', branch:...