Skip to content

Commit 73b533b

Browse files
committed
Configure Scala Steward to regenerate vendored Apache Ant source on updates
1 parent 4fd5a28 commit 73b533b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/scala-steward.conf

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
postUpdateHooks = [{
2+
command = ["./mill", "os.apacheAntZipSource"],
3+
commitMessage = "Update vendored Apache Ant",
4+
groupId = "org.apache.ant",
5+
artifactId = "ant"
6+
}]

0 commit comments

Comments
 (0)