瀏覽代碼

Compute the version at build-time.

tags/v0.1.0
YJC 3 年之前
父節點
當前提交
b9130bf20f
共有 1 個檔案被更改,包括 4 行新增3 行删除
  1. +4
    -3
      project.clj

+ 4
- 3
project.clj 查看文件

(defproject tservice/xps2pdf "lein-git-inject/version"
(defproject tservice/xps2pdf "lein-git-inject/version.tservice-plugin"
:min-lein-version "2.5.0" :min-lein-version "2.5.0"
:deployable true :deployable true


:plugins [[day8/lein-git-inject "0.0.15"] :plugins [[day8/lein-git-inject "0.0.15"]
[lein-codox "0.10.7"]] [lein-codox "0.10.7"]]


:middleware [leiningen.git-inject/middleware]

:profiles :profiles
{:provided {:provided
{:dependencies {:dependencies
:omit-source true :omit-source true
:javac-options ["-target" "1.8", "-source" "1.8"] :javac-options ["-target" "1.8", "-source" "1.8"]
:target-path "target/%s" :target-path "target/%s"
:resource-paths ["resources"]
:uberjar-name "xps2pdf.tservice-plugin.jar"}})
:resource-paths ["resources"]}})

Loading…
取消
儲存