Skip to content

Commit 6ffacf9

Browse files
committed
new build script
1 parent ae409d4 commit 6ffacf9

File tree

7 files changed

+69
-53
lines changed

7 files changed

+69
-53
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
# Violation Comments to Bitbucket Server Lib [![Build Status](https://travis-ci.org/tomasbjerre/violation-comments-to-bitbucket-server-lib.svg?branch=master)](https://travis-ci.org/tomasbjerre/violation-comments-to-bitbucket-server-lib) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/se.bjurr.violations/violation-comments-to-bitbucket-server-lib/badge.svg)](https://maven-badges.herokuapp.com/maven-central/se.bjurr.violations/violation-comments-to-bitbucket-server-lib) [ ![Bintray](https://api.bintray.com/packages/tomasbjerre/tomasbjerre/se.bjurr.violations%3Aviolation-comments-to-bitbucket-server-lib/images/download.svg) ](https://bintray.com/tomasbjerre/tomasbjerre/se.bjurr.violations%3Aviolation-comments-to-bitbucket-server-lib/_latestVersion)
1+
# Violation Comments to Bitbucket Server Lib
2+
3+
[![Build Status](https://travis-ci.org/tomasbjerre/violation-comments-to-bitbucket-server-lib.svg?branch=master)](https://travis-ci.org/tomasbjerre/violation-comments-to-bitbucket-server-lib)
4+
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/se.bjurr.violations/violation-comments-to-bitbucket-server-lib/badge.svg)](https://maven-badges.herokuapp.com/maven-central/se.bjurr.violations/violation-comments-to-bitbucket-server-lib)
25

36
This is a library that adds violation comments from static code analysis to Bitbucket Server.
47

build.gradle

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,18 @@
11
apply plugin: 'java'
22

3-
project.ext.tags = ['violation', 'static code analysis', 'Checkstyle', 'CPPLint', 'CPPCheck', 'CSSLint', 'Findbugs', 'Flake8', 'PyLint', 'Pep8', 'Mccabe', 'PyFlakes', 'JSHint', 'Lint', 'PerlCritic', 'PMD', 'ReSharper', 'XMLLint']
4-
group = 'se.bjurr.violations'
5-
description = 'Library that adds violation comments from static code analysis to Bitbucket Server.'
6-
7-
83
buildscript {
94
repositories {
10-
maven { url "https://jitpack.io" }
5+
mavenCentral()
6+
mavenLocal()
117
}
128
dependencies {
13-
classpath 'com.github.tomasbjerre:gradle-scripts:master-SNAPSHOT'
9+
classpath 'se.bjurr.gradle:gradle-scripts:2.+'
1410
}
1511
}
16-
apply from: project.buildscript.classLoader.getResource('java.gradle').toURI()
17-
apply from: project.buildscript.classLoader.getResource('changelog.gradle').toURI()
18-
apply from: project.buildscript.classLoader.getResource('release.gradle').toURI()
19-
12+
apply from: project.buildscript.classLoader.getResource('main.gradle').toURI()
2013

2114
dependencies {
22-
compile 'se.bjurr.violations:violation-comments-lib:1.104'
15+
compile 'se.bjurr.violations:violation-comments-lib:1.+'
2316
compile 'com.jayway.jsonpath:json-path:2.0.0'
2417
compile 'com.google.code.gson:gson:2.8.0'
2518
compile 'com.google.guava:guava:20.0'

gradle.properties

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
version = 1.101-SNAPSHOT
2+
group = se.bjurr.violations
3+
description = Library that adds violation comments from static code analysis to Bitbucket Server.

gradle/wrapper/gradle-wrapper.jar

4.37 KB
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-6.8.3-bin.zip
34
zipStoreBase=GRADLE_USER_HOME
45
zipStorePath=wrapper/dists
5-
distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-bin.zip

gradlew

Lines changed: 33 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradlew.bat

Lines changed: 24 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)