Skip to content

Commit d94740d

Browse files
committed
Publish ui related subprojects but don't add to netCDF-Java public artifacts list
1 parent 9359426 commit d94740d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

uibase/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* See LICENSE for license information.
44
*/
55

6-
plugins { id("java-base-conventions") }
6+
plugins { id("java-library-conventions") }
77

88
description = "UI elements that are independent of the CDM."
99

uicdm/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import java.text.SimpleDateFormat
77
import java.util.Date
88

99
plugins {
10-
id("java-base-conventions")
10+
id("java-library-conventions")
1111
application
1212
}
1313

0 commit comments

Comments
 (0)