Skip to content
This repository was archived by the owner on Dec 26, 2017. It is now read-only.

Commit 6ed7a35

Browse files
committed
Update sonar plugin version and OSGi import range
1 parent cb73d49 commit 6ed7a35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
id 'com.github.hierynomus.license' version '0.14.0'
44
id 'net.researchgate.release' version '2.6.0'
55
id 'com.github.kt3k.coveralls' version '2.8.2'
6-
id 'org.sonarqube' version '2.6'
6+
id 'org.sonarqube' version '2.6.1'
77
}
88

99
apply plugin: 'maven'
@@ -42,7 +42,7 @@ ext {
4242
jacocoVersion = "0.7.9"
4343

4444
/* OSGi */
45-
trellisApiVersionRange = '[0.3,1)'
45+
trellisApiVersionRange = '[0.4,1)'
4646
projectOsgiVersion = project.version.replaceAll("-SNAPSHOT", ".SNAPSHOT")
4747
}
4848

0 commit comments

Comments
 (0)