@@ -9,11 +9,11 @@ plugins {
9
9
id(" org.sonarqube" ) version " 6.0.1.5171"
10
10
id(" org.cadixdev.licenser" ) version " 0.6.1"
11
11
id(" me.qoomon.git-versioning" ) version " 6.4.4"
12
- id(" io.freefair.lombok" ) version " 8.11 "
13
- id(" io.freefair.javadoc-links" ) version " 8.11 "
14
- id(" io.freefair.javadoc-utf-8" ) version " 8.11 "
15
- id(" io.freefair.maven-central.validate-poms" ) version " 8.11 "
16
- id(" com.github.ben-manes.versions" ) version " 0.51 .0"
12
+ id(" io.freefair.lombok" ) version " 8.12.1 "
13
+ id(" io.freefair.javadoc-links" ) version " 8.12.1 "
14
+ id(" io.freefair.javadoc-utf-8" ) version " 8.12.1 "
15
+ id(" io.freefair.maven-central.validate-poms" ) version " 8.12.1 "
16
+ id(" com.github.ben-manes.versions" ) version " 0.52 .0"
17
17
id(" ru.vyarus.pom" ) version " 3.0.0"
18
18
id(" io.codearte.nexus-staging" ) version " 0.30.0"
19
19
}
@@ -47,7 +47,7 @@ dependencies {
47
47
48
48
// прочее
49
49
implementation(" commons-io" , " commons-io" , " 2.18.0" )
50
- api(" io.github.1c-syntax" , " bsl-common-library" , " 0.7.1 " )
50
+ api(" io.github.1c-syntax" , " bsl-common-library" , " 0.8.0 " )
51
51
52
52
// тестирование
53
53
testImplementation(" org.junit.jupiter" , " junit-jupiter-api" , " 5.11.4" )
@@ -84,7 +84,7 @@ tasks.check {
84
84
tasks.jacocoTestReport {
85
85
reports {
86
86
xml.required.set(true )
87
- xml.outputLocation.set(File (" $buildDir /reports/jacoco/test/jacoco.xml" ))
87
+ xml.outputLocation.set(File (" ${layout.buildDirectory.get()} /reports/jacoco/test/jacoco.xml" ))
88
88
}
89
89
}
90
90
@@ -101,7 +101,7 @@ sonarqube {
101
101
property(" sonar.organization" , " 1c-syntax" )
102
102
property(" sonar.projectKey" , " 1c-syntax_supportconf" )
103
103
property(" sonar.projectName" , " Support Configuration" )
104
- property(" sonar.coverage.jacoco.xmlReportPaths" , " $buildDir /reports/jacoco/test/jacoco.xml" )
104
+ property(" sonar.coverage.jacoco.xmlReportPaths" , " ${layout.buildDirectory.get()} /reports/jacoco/test/jacoco.xml" )
105
105
}
106
106
}
107
107
0 commit comments