We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5ad4fa6 + ce54ff1 commit 631a6c3Copy full SHA for 631a6c3
.github/workflows/release.yml
@@ -16,6 +16,7 @@ jobs:
16
java-version: 1.8
17
server-username: MAVEN_USERNAME
18
server-password: MAVEN_PASSWORD
19
+ server-id: splunk-artifactory
20
- name: build
21
run: mvn -B package --file pom.xml
22
- name: Create GitHub Release
.gitignore
@@ -2,6 +2,7 @@
2
*~
3
.idea
4
target
5
+.vscode
6
*.iml
7
pom.xml.old
8
pom.xml.orig
@@ -14,4 +15,3 @@ TODOS
14
15
docs
docs.zip
-.vscode/
0 commit comments