Skip to content

Commit

Permalink
buildscripts: delete the descriptions of the sub-projects
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Feb 24, 2022
1 parent be7f6d2 commit 0dd397b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions WesExamples/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ plugins {
id 'application'
}

description = 'demos, examples, and non-automated tests'

mainClassName = 'jme3utilities.test.wes.FlashMobDemo'
if (!hasProperty('mainClass')) {
ext.mainClass = mainClassName
Expand Down
3 changes: 1 addition & 2 deletions WesLibrary/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ plugins {
id 'signing'
}

description = 'An animation editing/retargeting library for jMonkeyEngine'
ext {
group = 'com.github.stephengold'
artifact = 'Wes'
Expand Down Expand Up @@ -87,7 +86,7 @@ publishing {
from components.java
groupId project.ext.group
pom {
description = project.description
description = 'An animation editing/retargeting library for jMonkeyEngine'
developers {
developer {
email = '[email protected]'
Expand Down

0 comments on commit 0dd397b

Please sign in to comment.