Skip to content

Commit 8f74a96

Browse files
committed
Apply base conventions plugin to root project
1 parent 39adbb1 commit 8f74a96

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

build.gradle.kts

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

6-
plugins { alias(libs.plugins.spotless) }
6+
plugins {
7+
id("java-base-conventions")
8+
alias(libs.plugins.spotless)
9+
}
710

811
description = "The Unidata netCDF-Java library (aka CDM)."
912

0 commit comments

Comments
 (0)