diff options
author | Matt Strapp <matt@mattstrapp.net> | 2024-10-30 11:59:41 -0500 |
---|---|---|
committer | Matt Strapp <matt@mattstrapp.net> | 2024-10-30 11:59:41 -0500 |
commit | b8c76aaaceba5084319f5fb11f816e1b5ba0f0e9 (patch) | |
tree | b3b1bfd74c8d935e1613e9cf62af70315043a029 /gradle.properties | |
parent | ci: only run on vX.Y.Z tags (diff) | |
download | locusts-b8c76aaaceba5084319f5fb11f816e1b5ba0f0e9.tar locusts-b8c76aaaceba5084319f5fb11f816e1b5ba0f0e9.tar.gz locusts-b8c76aaaceba5084319f5fb11f816e1b5ba0f0e9.tar.bz2 locusts-b8c76aaaceba5084319f5fb11f816e1b5ba0f0e9.tar.lz locusts-b8c76aaaceba5084319f5fb11f816e1b5ba0f0e9.tar.xz locusts-b8c76aaaceba5084319f5fb11f816e1b5ba0f0e9.tar.zst locusts-b8c76aaaceba5084319f5fb11f816e1b5ba0f0e9.zip |
jvm: Auto snapshot
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
Diffstat (limited to '')
-rw-r--r-- | gradle.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gradle.properties b/gradle.properties index e58965d..5e07ecd 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,4 +4,4 @@ org.gradle.parallel=true org.gradle.caching=true -version=0.0.0-SNAPSHOT
\ No newline at end of file +version=0.0.0
\ No newline at end of file |