Skip to content

Bump gmavenplus-plugin from 1.6.1 to 1.7.0#131

Closed
dependabot-preview[bot] wants to merge 1 commit intodevelopmentfrom
dependabot/maven/org.codehaus.gmavenplus-gmavenplus-plugin-1.7.0
Closed

Bump gmavenplus-plugin from 1.6.1 to 1.7.0#131
dependabot-preview[bot] wants to merge 1 commit intodevelopmentfrom
dependabot/maven/org.codehaus.gmavenplus-gmavenplus-plugin-1.7.0

Conversation

@dependabot-preview
Copy link

Bumps gmavenplus-plugin from 1.6.1 to 1.7.0.

Release notes

Sourced from gmavenplus-plugin's releases.

1.7.0

Bugs

  • Fix executing script from URL in Groovy older than 1.7.0 (#131)
  • Use unique configuration names for every mojo, so goals don't conflict (#120)

Enhancements

  • Support Java 13 (#122)

Potentially breaking changes

#120 corrects an inadvertent breaking change made in 1.6.0 with #31/#58. Here are those changes:

  1.5 1.6 1.7
addStubSources stubsOutputDirectory outputDirectory stubsOutputDirectory
addTestStubSources testStubsOutputDirectory outputDirectory testStubsOutputDirectory
compileTests/testCompile testOutputDirectory outputDirectory testOutputDirectory
generateStubs stubsOutputDirectory outputDirectory stubsOutputDirectory
generateTestStubs/testGenerateStubs testStubsOutputDirectory outputDirectory testStubsOutputDirectory
groovydocTests/testGroovydoc groovydocJavaSources groovydocJavaSources testGroovydocJavaSources
removeStubs stubsOutputDirectory outputDirectory stubsOutputDirectory
removeTestStubs testStubsOutputDirectory outputDirectory testStubsOutputDirectory

In addition, unused parameters have been removed:
addSources

  • skipTests
  • testSources

addStubSources

  • skipTests
  • sources
  • testSources

addTestSources

  • outputDirectory
  • skipTests
  • sources

addTestStubSources

  • sources
  • testSources

compile

  • skipTests
  • testSources

compileTests

  • sources

console

... (truncated)
Commits
  • 78e6784 [maven-release-plugin] prepare release 1.7.0
  • 6e63ae9 Merge pull request #126 from groovy/120
  • cde4804 rename parameters to be unique between mojos where appropriate (#120)
  • db438cf Merge pull request #132 from groovy/java-11
  • b43922c Update Fluido skin to 1.7
  • 764aad3 Switch from Cobertura to Jacoco
  • a8571ab Merge pull request #131 from groovy/fix-url-script
  • a116ef7 Merge pull request #129 from groovy/java-upgrade
  • e92ac02 fix executing script from URL in Groovy older than 1.7.0
  • 25a066e upgrade to Java 11
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

Bumps [gmavenplus-plugin](https://github.com/groovy/GMavenPlus) from 1.6.1 to 1.7.0.
- [Release notes](https://github.com/groovy/GMavenPlus/releases)
- [Commits](groovy/GMavenPlus@1.6.1...1.7.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
@codecov
Copy link

codecov bot commented May 6, 2019

Codecov Report

Merging #131 into development will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##             development   #131   +/-   ##
============================================
  Coverage             82%    82%           
  Complexity           291    291           
============================================
  Files                 31     31           
  Lines               1067   1067           
  Branches              59     59           
============================================
  Hits                 875    875           
  Misses               156    156           
  Partials              36     36

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 777cee7...a6eb76a. Read the comment docs.

@dependabot-preview
Copy link
Author

Superseded by #136.

@dependabot-preview dependabot-preview bot deleted the dependabot/maven/org.codehaus.gmavenplus-gmavenplus-plugin-1.7.0 branch June 3, 2019 07:20
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.

1 participant