File tree Expand file tree Collapse file tree 5 files changed +9
-20
lines changed
Expand file tree Collapse file tree 5 files changed +9
-20
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11# Violation Comments to Bitbucket Server Lib
22
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 )
43[ ![ 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 )
54
65This is a library that adds violation comments from static code analysis to Bitbucket Server.
Original file line number Diff line number Diff line change 1- apply plugin : ' java'
1+ apply plugin : ' java-library '
22
33buildscript {
44 repositories {
@@ -12,12 +12,12 @@ buildscript {
1212apply from : project. buildscript. classLoader. getResource(' main.gradle' ). toURI()
1313
1414dependencies {
15- compile ' se.bjurr.violations:violation-comments-lib:1.+ '
16- compile ' com.jayway.jsonpath:json-path:2.7.0'
17- compile ' com.google.code.gson:gson:2.8.0 '
18- compile ' com.google.guava:guava:20.0 '
19- compile ' org.apache.httpcomponents:httpclient:4.5.5 '
15+ api ' se.bjurr.violations:violation-comments-lib:1.106.1 '
16+ api ' com.jayway.jsonpath:json-path:2.7.0'
17+ api ' com.google.code.gson:gson:2.10 '
18+ api ' com.google.guava:guava:31.1-jre '
19+ api ' org.apache.httpcomponents:httpclient:4.5.14 '
2020
21- testCompile ' junit:junit:4.12 '
22- testCompile ' org.assertj:assertj-core:2.5.0 '
21+ testImplementation ' junit:junit:4.13.2 '
22+ testImplementation ' org.assertj:assertj-core:3.23.1 '
2323}
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-6.8.3 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.6 -bin.zip
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments