Giter Club home page Giter Club logo

Comments (6)

n0mer avatar n0mer commented on August 11, 2024

@ezraroi thank you for using this plugin.

This is because of 'beta' status of new gradle plugin architecture.

Please include plugin 'the old' way, as described in #5

i'll put a note to README.md regarding that, or accept pull request regarding 'classes' issue due to beta status of new gradle plugin mechanism.

from gradle-git-properties.

ezraroi avatar ezraroi commented on August 11, 2024

@n0mer thanks for the quick response and great plugin

from gradle-git-properties.

n0mer avatar n0mer commented on August 11, 2024

@ezraroi you're most welcome

from gradle-git-properties.

felipecao avatar felipecao commented on August 11, 2024

@n0mer I've checked #4, #5 and #6 but couldn't find any references to a workaround, could you please clarify what's the workaround to this issue?

Thanks a lot!

from gradle-git-properties.

n0mer avatar n0mer commented on August 11, 2024

@felipecao sure

plugins {
    id "com.gorylenko.gradle-git-properties" version "1.4.7"
}

this is 'new' way to add the plugin.

Please use 'classic' ('old') way to add the plug in. You can literally copy-paste from https://plugins.gradle.org/plugin/com.gorylenko.gradle-git-properties

buildscript {
  repositories {
    maven {
      url "https://plugins.gradle.org/m2/"
    }
  }
  dependencies {
    classpath "gradle.plugin.com.gorylenko.gradle-git-properties:gradle-git-properties:1.4.11"
  }
}

apply plugin: "com.gorylenko.gradle-git-properties"

from gradle-git-properties.

felipecao avatar felipecao commented on August 11, 2024

Nice! Thank you very much!

from gradle-git-properties.

Related Issues (20)

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.