Giter VIP home page Giter VIP logo

Comments (16)

n0mer avatar n0mer commented on July 26, 2024 5

@gwake1 will do this today

from gradle-git-properties.

n0mer avatar n0mer commented on July 26, 2024 2
:publishPlugins
Publishing plugin com.gorylenko.gradle-git-properties version 1.5.0
Publishing artifact build/libs/gradle-git-properties-1.5.0.jar
Publishing artifact build/libs/gradle-git-properties-1.5.0-sources.jar
Publishing artifact build/libs/gradle-git-properties-1.5.0-javadoc.jar
Publishing artifact build/libs/gradle-git-properties-1.5.0-groovydoc.jar
Publishing artifact build/publish-generated-resources/pom.xml
Activating plugin com.gorylenko.gradle-git-properties version 1.5.0

thanks for patience

from gradle-git-properties.

tha2015 avatar tha2015 commented on July 26, 2024 1

I'm not sure when we will have an official release, so I've created a 1.5.0-rc1 version for testing and published to my bintray repo at https://dl.bintray.com/tha/gradle-git-properties/

Please note that it is not an official version, so do NOT use it in production.

How to use it from your build.gradle

buildscript {
    repositories {
        mavenCentral()
        maven {
            url "https://plugins.gradle.org/m2/"
        }
        // repository for gradle-git-properties 1.5.0-rc1
        maven { 
            url "https://dl.bintray.com/tha/gradle-git-properties/"
        }
    }
    dependencies {
        classpath "gradle.plugin.com.gorylenko.gradle-git-properties:gradle-git-properties:1.5.0-rc1"
    }
}
apply plugin: "com.gorylenko.gradle-git-properties"

@n0mer Please help to release an official version, after that I will delete this rc1 version (to avoid having multiple versions at different repos).

from gradle-git-properties.

tha2015 avatar tha2015 commented on July 26, 2024

Hi clementboone,

  • About the next version 1.4.22, I think we have to wait for @n0mer to publish a new version to Gradle plugins web site because I cannot do that.

  • About the tagging: I've created the tag v1.4.21 to identify correctly the features in version 1.4.21. See https://github.com/n0mer/gradle-git-properties/tree/v1.4.21 for more information.

Thank a lot for your suggestions.

from gradle-git-properties.

damienbeaufils avatar damienbeaufils commented on July 26, 2024

Hello,

With all the changes that have been made since v1.4.21, I think the next release should be v1.5.0 instead of v1.4.22. WDYT?

from gradle-git-properties.

tha2015 avatar tha2015 commented on July 26, 2024

I agree. There are some important changes like supporting only Java 8+ and version changes of grgit and jgit libraries.

from gradle-git-properties.

clementboone avatar clementboone commented on July 26, 2024

Updated the issue tittle and content with version 1.5.0.
Thanks for the tag and quick answer

from gradle-git-properties.

tha2015 avatar tha2015 commented on July 26, 2024

Merged PR #89 to update version to 1.5.0

from gradle-git-properties.

clamothe avatar clamothe commented on July 26, 2024

@n0mer Could you release a new version?

from gradle-git-properties.

pedroxs avatar pedroxs commented on July 26, 2024

It is easier to use JitPack for testing unreleased version.

from gradle-git-properties.

damienbeaufils avatar damienbeaufils commented on July 26, 2024

Any update on this? I'm looking forward to use all the new features and bugfixes in production, but it seems that @n0mer is not available to make a release, so how can we move forward?

@tha2015 Are you able to make an official release? If not, maybe you should fork this repository and release a new version on plugins.gradle.org on your own?

Thanks.

from gradle-git-properties.

tha2015 avatar tha2015 commented on July 26, 2024

No. I cannot release a new version because I don't have necessary permissions on plugins.gradle.org to publish a new version.

About forking a new repo. I think we should give n0mer some time to release a new version (to avoid having many forked plugins). Of course, we will have to consider forking if n0mer cannot help us in next several months...

from gradle-git-properties.

gwake1 avatar gwake1 commented on July 26, 2024

Experiencing the issue, please publish to gradle!

from gradle-git-properties.

varunmehta avatar varunmehta commented on July 26, 2024

Is it published ?

https://plugins.gradle.org/plugin/com.gorylenko.gradle-git-properties still points to 1.4.21

from gradle-git-properties.

n0mer avatar n0mer commented on July 26, 2024

@tha2015 in case you need to release - please ping me on https://fb.com/n0mer or skype: nikolay.gorylenko

from gradle-git-properties.

varunmehta avatar varunmehta commented on July 26, 2024

Tried and failed; Created: #107

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.