gradle-release-plugin | A modern release plugin for gradle | Plugin library

 by   ari Groovy Version: Current License: Apache-2.0

kandi X-RAY | gradle-release-plugin Summary

kandi X-RAY | gradle-release-plugin Summary

gradle-release-plugin is a Groovy library typically used in Plugin, Gradle applications. gradle-release-plugin has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support. You can download it from GitHub.

Gradle releases made easy. Other release processes force you to store your versioning information inside the project files such as build.gradle; this plugin keeps versions where they belong, in your version control system. We currently support subversion or git. Additional SCM choices are easy to add.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              gradle-release-plugin has a low active ecosystem.
              It has 51 star(s) with 27 fork(s). There are 11 watchers for this library.
              OutlinedDot
              It had no major release in the last 6 months.
              There are 9 open issues and 17 have been closed. On average issues are closed in 198 days. There are no pull requests.
              It has a neutral sentiment in the developer community.
              The latest version of gradle-release-plugin is current.

            kandi-Quality Quality

              gradle-release-plugin has no bugs reported.

            kandi-Security Security

              gradle-release-plugin has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.

            kandi-License License

              gradle-release-plugin is licensed under the Apache-2.0 License. This license is Permissive.
              Permissive licenses have the least restrictions, and you can use them in most projects.

            kandi-Reuse Reuse

              gradle-release-plugin releases are not available. You will need to build from source code and install.
              Installation instructions are not available. Examples and code snippets are available.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of gradle-release-plugin
            Get all kandi verified functions for this library.

            gradle-release-plugin Key Features

            No Key Features are available at this moment for gradle-release-plugin.

            gradle-release-plugin Examples and Code Snippets

            Gradle release plugin,Usage
            Groovydot img1Lines of Code : 24dot img1License : Permissive (Apache-2.0)
            copy iconCopy
            buildscript {
              repositories {
                mavenCentral()
                maven {
                  url 'http://maven.tmatesoft.com/content/repositories/releases/'
                }
              }
            
              dependencies {
                classpath 'au.com.ish.gradle:release:2.2.2'
              }
            }
            
            apply plugin: 'release'
            
            release {
              
            Gradle release plugin,Usage,Properties
            Groovydot img2Lines of Code : 3dot img2License : Permissive (Apache-2.0)
            copy iconCopy
            1. If the releaseVersion property was passed to gradle via the -P command line option, then use that.
            2. If the version control system is currently pointing to a tag, then use a version derived from the name of the tag
            3. Use the name of the branch (  
            Gradle release plugin,What this plugin does,1. Version numbering
            Groovydot img3Lines of Code : 2dot img3License : Permissive (Apache-2.0)
            copy iconCopy
            version = release.projectVersion
            
             gradle assemble -PreleaseVersion=2.0-SNAPSHOT
              

            Community Discussions

            QUESTION

            Gradle-release-plugin Updates were rejected because the tip of your current branch is behind
            Asked 2020-May-08 at 05:30

            At my workplace, we use a monthly release branch that's shared across several developers.

            Gradle version is 2.14.1

            We manually trigger the code build and release (task) using Jenkins (which is effective running - gradle clean compileJava release)

            The whole process takes about 30-40 minutes, basically compiling, generating the artifacts, running Junit tests and uploading the artifacts to the Artifactory.

            Eventually it comes to the step of tagging and pushing the version number: preTagCommit, which tries to update the gradle.properties and bumps up the version number to it and commits and pushes.

            At this point, if there have been no commits on the branch for the last 30-40 minutes (Since the build was manually triggered), the release works successfully.

            The moment there is even a single commit between the whole process it fails with error: Execution failed for task ':preTagCommit'.

            ...

            ANSWER

            Answered 2020-May-08 at 05:30

            I believe the flag you're looking for is mentioned in the GitHub page of the plugin:

            Eg. To ignore upstream changes, change 'failOnUpdateNeeded' to false:

            Source https://stackoverflow.com/questions/61625975

            QUESTION

            Gradle Release Plugin for functionalities like Maven release
            Asked 2019-Jan-09 at 09:47

            I am in the process of converting the existing maven project to Gradle for which I want to use alternative for maven release plugin. Mainly the functionality to remove snapshot and autoincrement by 1 once the release is cut. I came across to use researchgate gradle-release-plugin but need to identify how can I use to this to achieve maven like functionality described above.

            I am trying for the first time and gone through below URL: https://github.com/researchgate/gradle-release

            ...

            ANSWER

            Answered 2019-Jan-08 at 11:31

            QUESTION

            Gradle - Run Existing Task Before Sub Task
            Asked 2017-Aug-03 at 06:58

            I'm using researchgate's gradle release plugin to perform version management and maven-publish plugin to upload generated artifact to a private maven repository. When I run gradle-release-plugin's release task it runs following sub-tasks (user-dao-plugin is my dummy project's name) -

            ...

            ANSWER

            Answered 2017-Aug-03 at 06:58

            @Vampire irrespective of the order, can you tell how to run publish after any release sub task?

            Based on your last comment, what you are after is

            Source https://stackoverflow.com/questions/45464877

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install gradle-release-plugin

            You can download it from GitHub.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/ari/gradle-release-plugin.git

          • CLI

            gh repo clone ari/gradle-release-plugin

          • sshUrl

            git@github.com:ari/gradle-release-plugin.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link