Skip to content

Releases: bakdata/gradle-plugins

Release 1.1.10

29 Jan 13:03
Compare
Choose a tag to compare

Change Log

1.1.10 (2024-01-29)

Full Changelog

Merged pull requests:

Release 1.1.9

10 Jan 10:05
Compare
Choose a tag to compare

Change Log

1.1.9 (2024-01-10)

Full Changelog

Release 1.1.7

02 Sep 15:36
Compare
Choose a tag to compare

Change Log

1.1.7 (2021-09-02)

Full Changelog

Closed issues:

  • Update plugins #23

Merged pull requests:

Release 1.1.6

08 Feb 17:19
Compare
Choose a tag to compare

Change Log

1.1.6 (2021-02-08)

Full Changelog

Merged pull requests:

Release 1.1.5

06 Feb 09:27
Compare
Choose a tag to compare

Change Log

1.1.5 (2021-02-04)

Full Changelog

Closed issues:

  • Allow configuration of timeout when publishing to nexus #19

Merged pull requests:

  • Allow configurable timeouts and simplify local maven publishing #20 (@torbsto)

Release 1.1.4

28 Feb 21:16
Compare
Choose a tag to compare

Change Log

1.1.4 (2019-02-28)

Full Changelog

Merged pull requests:

  • Fixed empty plugins (no compilation of Kotlin code) #18 (@AHeise)

Release 1.1.2

21 Feb 14:32
Compare
Choose a tag to compare

Change Log

1.1.2 (2019-02-21)

Full Changelog

Fixed bugs:

  • Coverage always at 0% #13

Merged pull requests:

  • Bugfix incorrect repo name in multi module #12 (@AHeise)
  • Correctly applying jacoco plugin to all java projects #14 (@AHeise)

Release 1.1.1

21 Feb 08:01
Compare
Choose a tag to compare

Change Log

1.1.1 (2019-02-21)

Full Changelog

Merged pull requests:

  • Fixing the release changelog post-deploy script #11 (@AHeise)
  • Sonar plugin uses the same java project detection as in sonatype #10 (@AHeise)

Release 1.1.0

20 Feb 22:09
Compare
Choose a tag to compare

Change Log

1.1.0 (2019-02-20)

Full Changelog

Implemented enhancements:

  • More intelligent publishing detection #7

Merged pull requests:

  • Fixed settings for changelog creation #9 (@AHeise)
  • To detect projects with publications, look for non-empty source sets #8 (@AHeise)
  • Improved error handling in .travis.yml #6 (@AHeise)

Release 1.0.2

20 Feb 12:32
Compare
Choose a tag to compare

Change Log

1.0.2 (2019-02-20)

Full Changelog

Fixed bugs:

  • DisallowLocalRelease not working #1

Implemented enhancements:

  • Add changelog generation #3
  • Add github release #2

Merged pull requests:

  • Adding github release and changelog generation #5 (@AHeise)
  • Deferred evaluation of SonatypeSettings#disallowLocalRelease after ta… #4 (@AHeise)