+1, I also want to restructure the Gradle build at some point. It's really inefficient as it is now.
2016-11-04 18:01 GMT+01:00 Jochen Theodorou <[email protected]>: > Hi all, > > after playing around with the idea of having the parser in its own project > I started wondering if we should not reorganize the project a little. > > Right now we do a compileJava, produce a bootstrap.jar from that and then > compileGroovy using the bootstrap.jar > > Why don´t we move all the bootstrap classes into a bootstrap subproject > and have the remaining java and groovy classes in another (or in main)? I > think then we could also for example get rid of the ant jar call to produce > the bootstrap.jar > > bye Jochen >
