Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/j2ast-update'
Browse files Browse the repository at this point in the history
# Conflicts:
#	build.gradle.kts
  • Loading branch information
IamMaxim committed Apr 19, 2022
2 parents ae9c13f + 0e95418 commit a478ecb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ dependencies {
// Use ANTLR for parser generation
antlr("org.antlr:antlr4:4.9.3")

implementation("org.polystat:j2ast:0.0.2")
implementation("org.polystat:j2ast:0.1.0")
}

java {
Expand All @@ -99,7 +99,7 @@ val fatJar = task("fatJar", type = Jar::class) {
// manifest Main-Class attribute is optional.
// (Used only to provide default main class for executable jar)
manifest {
attributes["Main-Class"] = "main.Main" // fully qualified class name of default main class
attributes["Main-Class"] = "main.Main2" // fully qualified class name of default main class
}
// Include dependencies
from(configurations.runtimeClasspath.get().map { if (it.isDirectory) it else zipTree(it) })
Expand Down

0 comments on commit a478ecb

Please sign in to comment.