Giter VIP home page Giter VIP logo

gradle-java-preprocessor-plugin's People

Contributors

alexandre-dubois avatar dannyjiajia avatar rafaco avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

gradle-java-preprocessor-plugin's Issues

No support for flavor dimensions

When combining flavors using dimensions, each build variant can contain multiple flavors. When the processor plugin creates the tasks in PreprocessorPlugin.groovy, the configProject method tries to create a task for every flavor multiple times, which leads to a Gradle error. Only one flavor name and the build type are used for the task name, which has to be unique.

Am I missing something or does this not support flavor dimensions?

Combine buildTypes and Flavours

Hi,

is that possible to combine all types of flavorDimensions and buildTypes.

For example;

default buildTypes

 buildTypes {
        release {
        }

        debug {
        }
    }

and custom flavorDimensions

flavorDimensions "environment", "company"
    productFlavors {

        pilot {
            processor.symbols "PILOT"
            dimension "environment"
        }

        internal {
            processor.symbols "INTERNAL"
            dimension "environment"
        }

        prod {
            processor.symbols "PROD"
            dimension "environment"
        }

  
        DD{
            processor.symbols "DD"
            dimension "company"
        }

        MM{
            processor.symbols "MM"
            dimension "company"
        }
    }

no i want to work with "prodMMDebug" - "pilotMMDebug" - "prodMMRelease" ...etc.

how can i do that ?

Jcenter Plugin

Hi! any chance to upload the plugin to maven central? I was using this pluging for over years and today I got an error trying to build it. Seems like Jcenter has been definitely shutdown. Can you help me? Let me know if there is something I can do on my side to help.

Thank you very much!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.