• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    迪恩网络公众号

sarhanm/gradle-versioner: Gradle Version Plugin. Generates semantic versions wit ...

原作者: [db:作者] 来自: 网络 收藏 邀请

开源软件名称(OpenSource Name):

sarhanm/gradle-versioner

开源软件地址(OpenSource Url):

https://github.com/sarhanm/gradle-versioner

开源编程语言(OpenSource Language):

Groovy 99.7%

开源软件介绍(OpenSource Introduction):

Gradle Versioner Plugin

Build Status Coverage Status

Overview

With this plugin, you can create project versions like:

2.1.6.master.d9741b1 or 0.0.6.feature-fixing-something.c3751f4

The values in the version string are derived from the state of the git repository. This allows you to:

  1. Not worry about what the project version should be
  2. Project version is set based on your branch name so
    1. Alleviates issues of updating the version before you push.
    2. You know where a version of a library came from
  3. The commit hash is part of the version string so hot fixing is based off the correct commit hash, not from a branch you think is probably the right place to fork.

Adding to your project

Outlined here: https://plugins.gradle.org/plugin/com.sarhanm.versioner

Buildscript DSL

buildscript {
  repositories {
    maven {
      url "https://plugins.gradle.org/m2/"
    }
  }
  dependencies {
    classpath "com.sarhanm:gradle-versioner:4.0.0"
  }
}

// The versioner
apply plugin: "com.sarhanm.versioner"

// Optional: the version resolver
apply plugin: "com.sarhanm.version-resolver"

Using the plugins mechanism

plugins {
  //Versioner
  id "com.sarhanm.versioner" version "4.0.0"
  
  //Version Resolver (optional)
  id "com.sarhanm.version-resolver" version "4.0.0"
}

Full Documentation

Full Documenation is on the wiki




鲜花

握手

雷人

路过

鸡蛋
该文章已有0人参与评论

请发表评论

全部评论

专题导读
上一篇:
willis7/soapui-gradle-plugin: SoapUI Gradle Plugin发布时间:2022-06-14
下一篇:
sofn/app-engine: 分布式App服务端快速开发框架发布时间:2022-06-14
热门推荐
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap