Skip to content

Commit

Permalink
chore: configure note versions
Browse files Browse the repository at this point in the history
  • Loading branch information
cjlee38 committed Sep 23, 2024
1 parent c1ccb07 commit f15399d
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion gitnote-jetbrains/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
}

group = "io.cjlee"
version = "0.2.7"
version = "0.2.8"

repositories {
mavenCentral()
Expand Down Expand Up @@ -114,3 +114,10 @@ tasks {
into("src/main/resources/webview/.")
}
}

node {
version = "22.2.0"
npmVersion = "10.7.0"
download = true
workDir = file("../gitnote-gui")
}

0 comments on commit f15399d

Please sign in to comment.