Skip to content

Commit

Permalink
fixup! add another version-fn (matching blockstorage)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpenet committed Jul 18, 2024
1 parent aa63ec0 commit feec49e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/exoscale/tools/project/standalone.clj
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@

(s/def :exoscale.project/lib qualified-ident?)
(s/def :exoscale.project/version string?)
(s/def :exoscale.project/version-file string?)
(s/def :exoscale.project/version-fn qualified-ident?)
(s/def :exoscale.project/target-dir string?)
(s/def :exoscale.project/class-dir string?)
(s/def :exoscale.project/javac-opts (s/coll-of string?))
Expand All @@ -42,6 +44,7 @@
(s/keys :opt [:exoscale.project/lib
:exoscale.project/version
:exoscale.project/version-file
:exoscale.project/version-fn
:exoscale.project/target-dir
:exoscale.project/class-dir
:exoscale.project/javac-opts
Expand Down

0 comments on commit feec49e

Please sign in to comment.