Skip to content

Commit

Permalink
Preparing for 3.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbylight committed Sep 28, 2022
1 parent 0f9106c commit 2ea58a2
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions RSTAUI/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ assert JavaVersion.current().isJava8Compatible()
archivesBaseName = 'rstaui'

dependencies {
api 'com.fifesoft:rsyntaxtextarea:3.2.0'
api 'com.fifesoft:autocomplete:3.2.0'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.2'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.8.2'
api 'com.fifesoft:rsyntaxtextarea:3.3.0'
api 'com.fifesoft:autocomplete:3.3.0'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.1'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.1'
}

ext.isReleaseVersion = !project.version.endsWith('SNAPSHOT')
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'com.github.spotbugs' version '5.0.6'
id 'com.github.spotbugs' version '5.0.12'
}

group 'com.fifesoft'
Expand All @@ -16,7 +16,7 @@ allprojects {
}

wrapper {
gradleVersion = '7.4.1'
gradleVersion = '7.5.1'
}
}

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Note that Maven- and signing-related properties are in <maven-home>/gradle.properties
javaVersion=1.8
version=3.2.1-SNAPSHOT
version=3.3.0

# Ugh, see https://github.com/gradle/gradle/issues/11308
systemProp.org.gradle.internal.publish.checksums.insecure=true
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 2ea58a2

Please sign in to comment.