Skip to content

Commit

Permalink
Removed unused values.
Browse files Browse the repository at this point in the history
  • Loading branch information
flemming-n-larsen committed Sep 2, 2024
1 parent cc07bc2 commit 456954c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions schema/jvm/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,9 @@ import java.util.Collections.singletonList

description = "Robocode Tank Royale schema for Java"

val title = "Robocode Tank Royale schema for Java"
group = "dev.robocode.tankroyale"
version = libs.versions.tankroyale.get()

val artifactBaseName = "robocode-tankroyale-schema"
val archiveFileName = "${layout.buildDirectory.get()}/libs/$artifactBaseName-$version.jar"

val schemaPackage = "dev.robocode.tankroyale.schema"

plugins {
Expand Down

0 comments on commit 456954c

Please sign in to comment.