Giter VIP home page Giter VIP logo

jazzschmidt / gradle-properties-template-plugin Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 104 KB

Ensures that all required project properties are present and not versioned under Git to prevent accidental security leaks.

License: MIT License

Groovy 100.00%
build build-environment build-properties git gitignore gradle gradle-plugin groovy properties secret-management secrets secrets-management security template

gradle-properties-template-plugin's Introduction

Hello World ๐Ÿ‘‹

My Avatar


$ whoami

I am a Clean Code enthusiast, semi DevOps, music nerd, wine lover, and test-driven software developer, always trying to learn new things. While being really bad at understanding complicated stuff, I am on the other hand really good at simplifying complex things once I could get them into my head, which is what I do mostly in my professional time.


$ cat ~/workspace/info

Most of my public repos are the result of experimenting, are somewhat useless, or just not finished at all. Nonetheless, feel free to have a look or even support me. A few things might be interesting.


This README was inspired most by the one M0nica published.

Top language stats

gradle-properties-template-plugin's People

Contributors

jazzschmidt avatar

Watchers

 avatar

gradle-properties-template-plugin's Issues

Plugin cannot be applied on parameterized multi-module project

When applying the Plugin on a multi-module project that uses placeholders in sub-module dependency lists, the build fails immediately.

Minimal Example

build.gradle

plugins {
    id "com.github.jazzschmidt.properties-template-plugin" version "1.0.0"
}

ext {
    JUNIT_VERSION = '4.12'
}

module/build.gradle

dependencies {
    implementation "junit:junit:${JUNIT_VERSION}"
}

This will lead to the following error message:

An exception occurred applying plugin request [id: 'com.github.jazzschmidt.properties-template-plugin', version: '1.0.0'] > Failed to apply plugin [id 'com.github.jazzschmidt.properties-template-plugin']
   > A problem occurred configuring project ':module'.
      > A problem occurred evaluating project ':module'.
         > Could not get unknown property 'JUNIT_VERSION' for object of type org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler.

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.