Skip to content

Commit

Permalink
Update date for 4.13.2 antlr, 17 java; trying to publish
Browse files Browse the repository at this point in the history
  • Loading branch information
parrt committed Nov 9, 2024
1 parent a49e2be commit aab7d61
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ apply plugin: 'java'
apply plugin: 'org.jetbrains.intellij'

compileJava {
sourceCompatibility = '1.8'
targetCompatibility = '1.8'
sourceCompatibility = '17'
targetCompatibility = '17'
}

intellij {
Expand Down Expand Up @@ -81,7 +81,7 @@ publishing {
developer {
id = 'parrt'
name = 'Terence Parr'
email = 'parrt@cs.usfca.edu'
email = 'parrt@antlr.org'
}
}
scm {
Expand Down
15 changes: 8 additions & 7 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,20 @@ libraryVersion=0.2-SNAPSHOT

# e.g. IC-2016.3.3, IU-2018.2.5 etc
# For a list of possible values, refer to the section 'com.jetbrains.intellij.idea' at https://www.jetbrains.com/intellij-repository/releases
ideaVersion=IC-2020.3
#ideaVersion=IC-2020.3
ideaVersion=2023.2.3

# The version of ANTLR v4 that will be used to generate the parser
antlr4Version=4.13.1
antlr4Version=4.13.2

# Variables required to allow build.gradle to parse,
# override in ~/.gradle/gradle.properties
#
# DO NOT COMMIT VALUES IN THIS FILE!
#
signing.keyId=
signing.password=
signing.secretKeyRingFile=
#signing.keyId=
#signing.password=
#signing.secretKeyRingFile=

sonatypeUsername=
sonatypePassword=
#sonatypeUsername=
#sonatypePassword=

0 comments on commit aab7d61

Please sign in to comment.