Skip to content

Commit f84aa27

Browse files
committed
Deprecate runPinkyJvm gradle task.
1 parent 3c0cb5a commit f84aa27

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ In production mode, Sparkle Motion runs in a JVM process and talks to real hardw
133133

134134
To start it, run:
135135

136-
./gradlew runPinkyJvm
136+
./gradlew run
137137

138138
If you don't have a Brain running locally, do this too:
139139

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ tasks.named<Jar>("jvmJar").configure {
254254

255255
// bring output file along into the JAR
256256
val webpackTask = tasks.named<KotlinWebpack>(taskName)
257-
from(webpackTask.map { File(it.destinationDirectory, it.outputFileName) }) {
257+
from(webpackTask.map { it.outputDirectory.file(it.mainOutputFileName) }) {
258258
into("htdocs")
259259
}
260260
}

0 commit comments

Comments
 (0)