Skip to content

Commit c38bd6b

Browse files
committed
1.0.2
1 parent 5ba48f4 commit c38bd6b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

build.gradle.kts

+1
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,5 @@ indra {
3737
}
3838
}
3939
}
40+
signWithKeyFromProperties("signingKey", "signingPassword")
4041
}

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group=ca.spottedleaf
2-
version=1.0.2-SNAPSHOT
2+
version=1.0.2
33
description=Read/Write YAML configuration files with help from annotations
44

55
org.gradle.caching=true

0 commit comments

Comments
 (0)