File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,10 +9,10 @@ assert JavaVersion.current().isJava8Compatible()
99archivesBaseName = ' rstaui'
1010
1111dependencies {
12- api ' com.fifesoft:rsyntaxtextarea:3.1.4 '
13- api ' com.fifesoft:autocomplete:3.1.3 '
14- testImplementation ' org.junit.jupiter:junit-jupiter-api:5.7 .2'
15- testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.7 .2'
12+ api ' com.fifesoft:rsyntaxtextarea:3.1.6 '
13+ api ' com.fifesoft:autocomplete:3.1.5 '
14+ testImplementation ' org.junit.jupiter:junit-jupiter-api:5.8 .2'
15+ testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.8 .2'
1616}
1717
1818ext. isReleaseVersion = ! project. version. endsWith(' SNAPSHOT' )
Original file line number Diff line number Diff line change 11# Note that Maven- and signing-related properties are in <maven-home>/gradle.properties
22javaVersion =1.8
3- version =3.1.4-SNAPSHOT
3+ version =3.1.4
44
55# Ugh, see https://github.com/gradle/gradle/issues/11308
66systemProp.org.gradle.internal.publish.checksums.insecure =true
You can’t perform that action at this time.
0 commit comments