Skip to content

Commit

Permalink
fix issue with parser
Browse files Browse the repository at this point in the history
  • Loading branch information
cdsap committed Oct 31, 2023
1 parent 92e0fd7 commit 5271661
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ java {
}

dependencies {
implementation("io.github.cdsap:jdk-tools-parser:0.1.1)
implementation("io.github.cdsap:jdk-tools-parser:0.1.1")
implementation("io.github.cdsap:jdk-value-source-process:0.1.0")
implementation("com.jakewharton.picnic:picnic:0.6.0")
implementation("com.gradle.enterprise:com.gradle.enterprise.gradle.plugin:3.12.3")
Expand Down

0 comments on commit 5271661

Please sign in to comment.