Skip to content

Commit

Permalink
change run name
Browse files Browse the repository at this point in the history
  • Loading branch information
xpenatan committed Aug 5, 2023
1 parent 3a5c15d commit 59a85e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/bullet/teavm/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ tasks.register<JavaExec>("buildExampleBullet") {
classpath = sourceSets["main"].runtimeClasspath
}

tasks.register("runBullet") {
tasks.register("runBulletTeavm") {
group = "examples-teavm"
description = "Run Bullet example"
val list = arrayOf(
Expand Down

0 comments on commit 59a85e9

Please sign in to comment.