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

Commit

Permalink
Update readme.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
tony19 committed Feb 8, 2018
1 parent 280a9e8 commit 5ff6c90
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<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>
<sup>v0.1.4</sup>
# 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)
<sup>v0.1.5</sup>

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

#### Build Instructions
Run the following command to build:

```
mvn clean install
./gradlew clean assemble
```

#### License
Expand Down
4 changes: 3 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ buildscript {
}
dependencies {
// classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.3'
classpath 'org.ajoberstar:grgit:2.1.0'

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

allprojects {
apply plugin: 'maven'
Expand All @@ -25,7 +28,6 @@ allprojects {
subprojects {
apply plugin: 'java'
apply from: "${rootProject.rootDir}/gradle/deploy.gradle"
apply from: "${rootProject.rootDir}/gradle/readme.gradle"

sourceCompatibility = 1.6
targetCompatibility = 1.6
Expand Down

0 comments on commit 5ff6c90

Please sign in to comment.