@@ -9,11 +9,11 @@ plugins {
99 id(" org.sonarqube" ) version " 6.0.1.5171"
1010 id(" org.cadixdev.licenser" ) version " 0.6.1"
1111 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"
1717 id(" ru.vyarus.pom" ) version " 3.0.0"
1818 id(" io.codearte.nexus-staging" ) version " 0.30.0"
1919}
@@ -47,7 +47,7 @@ dependencies {
4747
4848 // прочее
4949 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 " )
5151
5252 // тестирование
5353 testImplementation(" org.junit.jupiter" , " junit-jupiter-api" , " 5.11.4" )
@@ -84,7 +84,7 @@ tasks.check {
8484tasks.jacocoTestReport {
8585 reports {
8686 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" ))
8888 }
8989}
9090
@@ -101,7 +101,7 @@ sonarqube {
101101 property(" sonar.organization" , " 1c-syntax" )
102102 property(" sonar.projectKey" , " 1c-syntax_supportconf" )
103103 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" )
105105 }
106106}
107107
0 commit comments