Thank you for this very nice and usefulc ontribution!
i've published it on a public maven repository, in order to allow its use in maven-based projects.
You can reach it using
<repository>
<id>pietrom-maven-repository</id>
<url>https://raw.github.com/thecleancoder/mavenrepo/master/</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
and
<dependency>
<groupId>com.github.renataogarcia</groupId>
<artifactId>disable-groovy-compiler-optimizations-transformation</artifactId>
<version>0.1-SNAPSHOT</version>
</dependency>
in yout client pom.
I'hope you find this useful!
Thanks a lot!
Thank you for this very nice and usefulc ontribution!
i've published it on a public maven repository, in order to allow its use in maven-based projects.
You can reach it using
and
in yout client pom.
I'hope you find this useful!
Thanks a lot!