Skip to content

Public maven repository #1

Description

@pietrom

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!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions