Skip to content

Commit cd5d12c

Browse files
authored
Merge pull request #667 from navikt/SecureLogForKode6And7
tester endring i bygging
2 parents 30d447e + 4405d2b commit cd5d12c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/master.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,14 @@ jobs:
2222
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle.kts') }}
2323
restore-keys: |
2424
${{ runner.os }}-gradle-
25-
- name: test and build
25+
- name: Set up JDK 20
2626
uses: actions/[email protected]
2727
with:
2828
distribution: 'adopt'
2929
java-version: '20'
3030
check-latest: true
31+
cache: 'gradle'
32+
- name: Bygg med gradle
3133
run: ./gradlew test shadowJar
3234
env:
3335
ORG_GRADLE_PROJECT_githubUser: x-access-token

0 commit comments

Comments
 (0)