@@ -5,16 +5,16 @@ plugins {
55 `java- library`
66 `maven- publish`
77 jacoco
8- id(" org.cadixdev.licenser " ) version " 0.6.1 "
8+ id(" cloud.rio.license " ) version " 0.18.0 "
99 id(" me.qoomon.git-versioning" ) version " 6.4.4"
10- id(" io.freefair.lombok" ) version " 9.0 .0"
11- id(" io.freefair.javadoc-links" ) version " 9.0 .0"
12- id(" io.freefair.javadoc-utf-8" ) version " 9.0 .0"
13- id(" io.freefair.maven-central.validate-poms" ) version " 9.0 .0"
10+ id(" io.freefair.lombok" ) version " 9.1 .0"
11+ id(" io.freefair.javadoc-links" ) version " 9.1 .0"
12+ id(" io.freefair.javadoc-utf-8" ) version " 9.1 .0"
13+ // id("io.freefair.maven-central.validate-poms") version "9.1 .0" не работает на 9 градле
1414 id(" com.github.ben-manes.versions" ) version " 0.53.0"
1515 id(" ru.vyarus.pom" ) version " 3.0.0"
16- id(" org.jreleaser" ) version " 1.20 .0"
17- id(" org.sonarqube" ) version " 7.0 .0.6105 "
16+ id(" org.jreleaser" ) version " 1.21 .0"
17+ id(" org.sonarqube" ) version " 7.2 .0.6526 "
1818 id(" me.champeau.jmh" ) version " 0.7.3"
1919}
2020
@@ -79,6 +79,7 @@ dependencies {
7979
8080 // логирование
8181 testImplementation(" org.slf4j" , " slf4j-reload4j" , " 2.1.0-alpha1" )
82+ testRuntimeOnly(" org.junit.platform" , " junit-platform-launcher" , " 6.1.0-M1" )
8283
8384 // бенчмарк
8485 jmh(" org.openjdk.jmh:jmh-core:1.37" )
@@ -168,20 +169,14 @@ artifacts {
168169}
169170
170171license {
171- header(rootProject.file(" license/HEADER.txt" ))
172- newLine(false )
172+ header = rootProject.file(" license/HEADER.txt" )
173+ skipExistingHeaders = false
174+ strictCheck = true
173175 ext[" year" ] = " 2019 - " + Calendar .getInstance().get(Calendar .YEAR )
174176 ext[
" name" ]
= " Tymko Oleg <[email protected] >, Maximov Valery <[email protected] >" 175177 ext[" project" ] = " MDClasses"
176- exclude(" **/*.yml" )
177- exclude(" **/*.bin" )
178- exclude(" **/*.html" )
179- exclude(" **/*.properties" )
180- exclude(" **/*.xml" )
181- exclude(" **/*.json" )
182- exclude(" **/*.os" )
183- exclude(" **/*.bsl" )
184- exclude(" **/*.orig" )
178+ mapping(" java" , " SLASHSTAR_STYLE" )
179+ include(" **/*.java" )
185180}
186181
187182
0 commit comments