Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename the Gradle plugin to io.quarkus #1700

Merged
merged 1 commit into from
Mar 26, 2019

Conversation

Sanne
Copy link
Member

@Sanne Sanne commented Mar 26, 2019

while at it, flipped the build to use the java-gradle-plugin which simplifies creation (and validation!) of the plugin metadata, and enabled the build scanner - also useful to identify further issues.

@stalep
Copy link
Member

stalep commented Mar 26, 2019

looks good! i was just wondering if mavenLocal() is needed since its fetching from the target folders?

@Sanne
Copy link
Member Author

Sanne commented Mar 26, 2019

@stalep thanks :)

Indeed mavenLocal() isn't needed, but it allows to re-use the downloaded stuff for all transitive dependencies. I wouldn't use it in a Gradle build but it's kinda useful in this case.

@Sanne Sanne added this to the 0.13.0 milestone Mar 26, 2019
@Sanne Sanne merged commit 51c73b4 into quarkusio:master Mar 26, 2019
@Sanne Sanne deleted the GradlePluginRenameRebased branch March 26, 2019 18:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants