From 62c0018d88ae958b3f76e2dc02a31c75b54ceb87 Mon Sep 17 00:00:00 2001 From: bobbylight Date: Mon, 6 Dec 2021 22:40:56 -0500 Subject: [PATCH] Preparing for 3.1.4 release --- RSyntaxTextArea/build.gradle | 4 ++-- build.gradle | 8 ++++---- config/checkstyle/checkstyle.xml | 4 ++++ gradle.properties | 2 +- gradle/wrapper/gradle-wrapper.properties | 2 +- 5 files changed, 12 insertions(+), 8 deletions(-) diff --git a/RSyntaxTextArea/build.gradle b/RSyntaxTextArea/build.gradle index 2334533af..eef0595b6 100755 --- a/RSyntaxTextArea/build.gradle +++ b/RSyntaxTextArea/build.gradle @@ -16,8 +16,8 @@ ext.isReleaseVersion = !project.version.endsWith('SNAPSHOT') jacocoTestReport { reports { - xml.enabled = true // codecov depends on xml format report - html.enabled = true + xml.required = true // codecov depends on xml format report + html.required = true } } diff --git a/build.gradle b/build.gradle index a09053edb..a819c5e2f 100755 --- a/build.gradle +++ b/build.gradle @@ -3,12 +3,12 @@ buildscript { mavenCentral() } dependencies { - classpath 'biz.aQute.bnd:biz.aQute.bnd.gradle:5.3.0' + classpath 'biz.aQute.bnd:biz.aQute.bnd.gradle:6.1.0' } } plugins { - id 'com.github.spotbugs' version '4.7.3' + id 'com.github.spotbugs' version '4.7.10' } group 'com.fifesoft' @@ -24,7 +24,7 @@ allprojects { } wrapper { - gradleVersion = '7.2' + gradleVersion = '7.3.1' } } @@ -39,7 +39,7 @@ subprojects { } checkstyle { - toolVersion = '9.0' + toolVersion = '9.2' configDirectory = file("$rootProject.projectDir/config/checkstyle") } diff --git a/config/checkstyle/checkstyle.xml b/config/checkstyle/checkstyle.xml index 9565e2dd3..f19c59ccb 100755 --- a/config/checkstyle/checkstyle.xml +++ b/config/checkstyle/checkstyle.xml @@ -210,7 +210,11 @@ + + + + diff --git a/gradle.properties b/gradle.properties index ab7548be4..b73fc590f 100755 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ # Note that Maven- and signing-related properties are in /gradle.properties javaVersion=1.8 -version=3.1.4-SNAPSHOT +version=3.1.4 # Ugh, see https://github.com/gradle/gradle/issues/11308 systemProp.org.gradle.internal.publish.checksums.insecure=true diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 0f80bbf51..84d1f85fd 100755 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.1-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists