File tree Expand file tree Collapse file tree 2 files changed +0
-72
lines changed Expand file tree Collapse file tree 2 files changed +0
-72
lines changed Original file line number Diff line number Diff line change 19
19
working-directory : ./entraid
20
20
steps :
21
21
- uses : actions/checkout@v2
22
- # - name: Checkout Jedis repository (tba_draft branch)
23
- # uses: actions/checkout@v2
24
- # with:
25
- # repository: atakavci/jedis # Replace with the actual jedis repository URL
26
- # ref: ali/authx2
27
- # path: jedis # Check out into a subdirectory named `jedis` so it's isolated
28
22
29
23
- name : Set up publishing to maven central
30
24
uses : actions/setup-java@v2
50
44
run : |
51
45
mvn clean install -DskipTests # Skip tests for faster builds, but you can remove the flag if needed
52
46
working-directory : ./core
53
-
54
- # - name: Maven offline-jedis
55
- # run: |
56
- # mvn -q dependency:go-offline
57
- # working-directory: ./jedis
58
- # - name: Build and install Jedis supports TBA into local repo
59
- # run: |
60
- # mvn clean install -DskipTests # Skip tests for faster builds, but you can remove the flag if needed
61
- # working-directory: ./jedis
62
47
63
48
- name : Maven offline
64
49
run : |
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments