Skip to content
This repository was archived by the owner on Apr 23, 2024. It is now read-only.

Commit 5ff6c90

Browse files
committed
Update readme.gradle
1 parent 280a9e8 commit 5ff6c90

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
<h1>logback-extensions <a href='https://logback.ci.cloudbees.com/job/logback-extensions/job/logback-extensions-OracleJDK7-SNAPSHOT/'><img src='https://logback.ci.cloudbees.com/buildStatus/icon?job=logback-extensions/logback-extensions-OracleJDK7-SNAPSHOT'></a></h1>
2-
<sup>v0.1.4</sup>
1+
# logback-extensions [![CircleCI branch](https://img.shields.io/circleci/project/qos-ch/logback-extensions/master.svg)](https://circleci.com/gh/https://circleci.com/gh/qos-ch/logback-extensions)
2+
<sup>v0.1.5</sup>
33

44
https://github.com/qos-ch/logback-extensions/wiki
55

66
#### Build Instructions
77
Run the following command to build:
88

99
```
10-
mvn clean install
10+
./gradlew clean assemble
1111
```
1212

1313
#### License

build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ buildscript {
55
}
66
dependencies {
77
// classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.3'
8+
classpath 'org.ajoberstar:grgit:2.1.0'
89

910
// NOTE: Do not place your application dependencies here; they belong
1011
// in the individual module build.gradle files
@@ -14,6 +15,8 @@ plugins {
1415
id 'io.codearte.nexus-staging' version '0.11.0' // must be in root project
1516
id 'net.researchgate.release' version '2.6.0'
1617
}
18+
apply plugin: 'org.ajoberstar.grgit'
19+
apply from: 'gradle/readme.gradle'
1720

1821
allprojects {
1922
apply plugin: 'maven'
@@ -25,7 +28,6 @@ allprojects {
2528
subprojects {
2629
apply plugin: 'java'
2730
apply from: "${rootProject.rootDir}/gradle/deploy.gradle"
28-
apply from: "${rootProject.rootDir}/gradle/readme.gradle"
2931

3032
sourceCompatibility = 1.6
3133
targetCompatibility = 1.6

0 commit comments

Comments
 (0)