Skip to content

Commit b488316

Browse files
committed
fix: put description first.
1 parent 7747118 commit b488316

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dist-minimal/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ plugins {
44
id 'application'
55
}
66

7+
description = 'GumTree minimal distribution.'
8+
79
dependencies {
810
implementation project(':core')
911
implementation project(':client')
@@ -16,8 +18,6 @@ dependencies {
1618
implementation project(':gen.json')
1719
}
1820

19-
description = 'GumTree distribution.'
20-
2121
shadowJar {
2222
archiveBaseName.set('gumtree')
2323
archiveClassifier.set('')

0 commit comments

Comments
 (0)