Skip to content

Releases: gmazzo/gradle-buildconfig-plugin

v4.0.1

25 Apr 09:42
Compare
Choose a tag to compare

Changes:

  • Reverts changing default name to NonAndridBuildConfig when applied on Kotlin Android.
    It's user's responsibility to avoid clashes or duplicated classes when used with AGP plugin, either by setting
android.buildFeatures.buildConfig = false

or by specifying another packageName and/or className for this one.

v4.0.0

25 Apr 02:40
11ea73b
Compare
Choose a tag to compare

Breaking changes:

  • Minimum JDK is now 11
  • Kotlin generator now uses internal visibility by default
  • Multiple BuildConfigTask of the same SourceSet now are merged into a single one:
    • className, packageName and generator now can only be customized by SourceSet and no per-class anymore
    • packageName and generator for secondary SourceSets defaults to the main one
  • Dependency coordinates changed from com.github.gmazzo:gradle-buildconfig-plugin to com.github.gmazzo.buildconfig:plugin.
    Thanks @TWiStErRob for pointing it out!

v3.1.0

21 Jun 16:49
Compare
Choose a tag to compare
Bump version 3.1.0

v3.0.3

31 Aug 13:06
Compare
Choose a tag to compare
Bump version 3.0.3