Skip to content

Commit

Permalink
Updated build configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
KyrylR committed Nov 21, 2024
1 parent c187d28 commit 59fe4de
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -129,12 +129,12 @@ tasks.named<AntlrTask>("generateGrammarSource") {

arguments = arguments + listOf(
"-visitor",
"-package", "com.github.kyrylr.intellijcircom.parser",
"-package", "com.github.kyrylr.circom.parser",
"-Xexact-output-dir"
)

doLast {
val parserPackagePath = "${outputDirectory.canonicalPath}/com/github/kyrylr/intellijcircom/parser"
val parserPackagePath = "${outputDirectory.canonicalPath}/com/github/kyrylr/circom/parser"

copy {
from(outputDirectory.canonicalPath)
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pluginGroup = com.github.kyrylr.intellijcircom
pluginName = intellij-circom
pluginGroup = com.github.kyrylr.circom
pluginName = Circom
pluginRepositoryUrl = https://github.com/KyrylR/intellij-circom
pluginVersion = 0.0.1

Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ plugins {
id("org.gradle.toolchains.foojay-resolver-convention") version "0.8.0"
}

rootProject.name = "intellij-circom"
rootProject.name = "circom"

0 comments on commit 59fe4de

Please sign in to comment.