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

Adding plugins block test and updating publishing plugins #517

Merged
merged 8 commits into from
Aug 19, 2020

Conversation

mattbsox
Copy link
Member

Applying the plugin through plugins block requires adding the liberty-ant and liberty-common dependencies to the buildscript classpath. Gradle does not add runtime dependencies to the buildscript classpath when the plugin is applied with the plugins block. Addresses #441

  • Added subproject to publish plugin to a test repo with the Gradle plugin repo coordinates
  • Added a test using the plugins block to apply the plugin from the test repo
  • Updated maven plugin to maven-publish plugin

An additional solution would be to publish a fat plugin jar containing the ant and common dependencies to the Gradle plugins repo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants