Skip to content

Commit 5095f0d

Browse files
committed
Attempt to fix build
1 parent ad80960 commit 5095f0d

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

BlueMapCommon/build.gradle

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,22 @@
11
plugins {
2-
id "com.github.node-gradle.node" version "3.0.0"
2+
id "com.github.node-gradle.node" version "3.0.1"
33
}
44

55
dependencies {
66
compile 'com.mojang:brigadier:1.0.17'
77

88
compile project(':BlueMapCore')
99
compile project(':BlueMapAPI')
10+
11+
testImplementation 'org.junit.jupiter:junit-jupiter:5.4.2'
12+
}
13+
14+
test {
15+
useJUnitPlatform()
1016
}
1117

1218
node {
13-
version = '14.15.5'
19+
version = '14.16.1'
1420
download = true
1521
nodeProjectDir = file("BlueMapVue/")
1622
}

0 commit comments

Comments
 (0)