Skip to content

Commit

Permalink
Add missing description.
Browse files Browse the repository at this point in the history
  • Loading branch information
jenetics committed Dec 15, 2022
1 parent 88ed31c commit d621b59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 0 additions & 4 deletions buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,6 @@ plugins {
`kotlin-dsl`
}

description = "Lattices - Java library for multidimensional data structures"

extra["moduleName"] = "io.jenetics.lattices"

repositories {
mavenLocal()
gradlePluginPortal()
Expand Down
2 changes: 2 additions & 0 deletions lattices/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ plugins {
id("me.champeau.jmh")
}

description = "Lattices - Java library for multidimensional data structures"

extra["moduleName"] = "io.jenetics.lattices"

dependencies {
Expand Down

0 comments on commit d621b59

Please sign in to comment.