gradle-buildconfig-plugin icon indicating copy to clipboard operation
gradle-buildconfig-plugin copied to clipboard

Upgrade the gradle version of build config plugin to 7.3.2

Open NightXlt opened this issue 3 years ago • 1 comments

Feature:

  1. Upgrade the gradle version to 7.3.2 for mitigating for log4j vulnerability in Gradle builds
  2. Support agp7.0

How to test

  • Comment several codes as follows: image image

  • execute ./gradlew publishToMavenLocal task to generate local build-config plugin

  • uncomment previous commented code, and execute build task, and you'll see generated code test-build-config-agp7/build/gen/buildconfig/src/main/com/example/test/build/config/agp7/BuildConfig.java
    image

NightXlt avatar Dec 20 '21 10:12 NightXlt

Can you upload your fork to some gradle repository?

SakiiCode avatar Oct 16 '22 11:10 SakiiCode