Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ashah-splunk committed Sep 7, 2023
1 parent 73f814d commit 7c828cc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/java-examples-test.yml
Expand Up @@ -44,13 +44,12 @@ jobs:
java-version: 1.8

- name: Cache local Maven repository
working-directory: ./java
uses: actions/cache@v2
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
restore-keys: ${{ runner.os }}-maven-

- name: Create .splunkrc file
working-directory: ./java
run: |
Expand Down
1 change: 0 additions & 1 deletion java/pom.xml
Expand Up @@ -8,7 +8,6 @@
<artifactId>examples</artifactId>
<version>1.0</version>


<dependencies>
<dependency>
<groupId>com.splunk</groupId>
Expand Down

0 comments on commit 7c828cc

Please sign in to comment.