Skip to content

Commit

Permalink
Clean up last bit of buildscript
Browse files Browse the repository at this point in the history
  • Loading branch information
solonovamax committed Oct 19, 2024
1 parent 44d1941 commit 95fe86a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,12 @@ plugins {
alias(libs.plugins.axion.release)
}

version = scmVersion.version

nyx {
info {
name = "Seismic"
group = "com.dfsek"
module = rootProject.name
version = rootProject.version.toString()
module = "seismic"
version = scmVersion.version
description = """
Seismic is A Java sampler, math, and type library.
""".trimIndent()
Expand Down

0 comments on commit 95fe86a

Please sign in to comment.