This repository was archived by the owner on Apr 23, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 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
44https://github.com/qos-ch/logback-extensions/wiki
55
66#### Build Instructions
77Run the following command to build:
88
99```
10- mvn clean install
10+ ./gradlew clean assemble
1111```
1212
1313#### License
Original file line number Diff line number Diff 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
1821allprojects {
1922 apply plugin : ' maven'
@@ -25,7 +28,6 @@ allprojects {
2528subprojects {
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
You can’t perform that action at this time.
0 commit comments