diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 89eaf4a..51fcc2d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,13 +25,11 @@ jobs: gpg-passphrase: MAVEN_GPG_PASSPHRASE - name: Publish package run: | - JAR_FILE=$(ls target/kpow-streams-agent-*.jar | grep -v "standalone" | head -n 1) mvn --batch-mode \ -Dsource=1.8 \ -Dtarget=1.8 \ -Dmaven.compiler.source=1.8 \ -Dmaven.compiler.target=1.8 \ - -Dfile=$JAR_FILE \ deploy env: MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }} diff --git a/project.clj b/project.clj index af344b1..e0ba4ce 100644 --- a/project.clj +++ b/project.clj @@ -68,4 +68,5 @@ "fmtfix" ["with-profile" "+smoke" "cljfmt" "fix"]} :javac-options ["-target" "1.8" "-source" "1.8" "-Xlint:-options"] :java-source-paths ["src/java"] + :resource-paths ["src/clojure"] :source-paths ["src/clojure"])