google / polymorphicDSL

Apache License 2.0
11 stars 7 forks source link

Change build tool to Gradle #102

Open incident-recipient opened 2 months ago

incident-recipient commented 2 months ago

Maven's lifecycle is too limited to cleanly build PDSL, largely because of the complications with generated code and the inability of profiles to solve the problem.

Gradle would solve these problems cleanly. In V2 we should change our build tool.