We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b25626 commit 26a2478Copy full SHA for 26a2478
RSTAUI/build.gradle
@@ -9,8 +9,8 @@ assert JavaVersion.current().isJava8Compatible()
9
archivesBaseName = 'rstaui'
10
11
dependencies {
12
- api 'com.fifesoft:rsyntaxtextarea:3.1.3-SNAPSHOT'
13
- api 'com.fifesoft:autocomplete:3.1.2-SNAPSHOT'
+ api 'com.fifesoft:rsyntaxtextarea:3.1.3'
+ api 'com.fifesoft:autocomplete:3.1.2'
14
testImplementation 'junit:junit:4.13.2'
15
}
16
gradle.properties
@@ -1,6 +1,6 @@
1
# Note that Maven- and signing-related properties are in <maven-home>/gradle.properties
2
javaVersion=1.8
3
-version=3.1.2-SNAPSHOT
+version=3.1.2
4
5
# Ugh, see https://github.com/gradle/gradle/issues/11308
6
systemProp.org.gradle.internal.publish.checksums.insecure=true
0 commit comments