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

A BuildConfig plugin for Gradle java projects

Results 19 gradle-buildconfig-plugin issues
Sort by recently updated
recently updated
newest added

Feature suggestion Purpose: to conveniently print build info fields to standard out, to file, render as JSON and send over network etc. Implementation: static public function "Pretty Print" with lambda...

Manual task wiring documentation doesn't work as-is #19

Option to generate public static Getters and private static final fields instead of public static final fields #15

Removed deprecated wrapper task from the build script. Compatibility w/ Gradle 5.0 #18

I'm using IntelliJ and I can add the gen/buildconfig directory to be part of my source but next time I make a build.gradle change it loses it again. By default...

The generated class could be annotated with [@Generated](https://docs.oracle.com/javase/7/docs/api/javax/annotation/Generated.html). Tools such as [errorprone](https://github.com/google/error-prone/issues/463) can be configured to ignore generated classes.

``` > Task :compileBuildConfig The SimpleWorkResult type has been deprecated and is scheduled to be removed in Gradle 5.0. Please use WorkResults.didWork() instead. ```

I am trying to set a particular string value to null. The concept is if a certain gradle property does not exist, then the value should be set to null....

Java Puzzlers (http://www.javapuzzlers.com/contents.html) - "Puzzle 93: Class Warfare": "References to constant fields are resolved at compile time to the constant values they denote [...] API designers should think long and...