Skip to content

Commit c9884a2

Browse files
author
Philipp Karlsson
committed
setting pipeline Java sdk to 17
1 parent e526ccc commit c9884a2

File tree

2 files changed

+30
-18
lines changed

2 files changed

+30
-18
lines changed

.github/workflows/default.yml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ jobs:
3333
restore-keys: |
3434
${{ runner.os }}-maven-
3535
36-
- name: Setup JDK 1.8
36+
- name: Setup JDK 17
3737
uses: actions/setup-java@v3
3838
with:
39-
java-version: '8'
39+
java-version: '17'
4040
distribution: 'adopt'
4141

4242
- name: Extract and Set Release Version
@@ -71,10 +71,10 @@ jobs:
7171
restore-keys: |
7272
${{ runner.os }}-maven-
7373
74-
- name: Setup JDK 1.8
74+
- name: Setup JDK 17
7575
uses: actions/setup-java@v3
7676
with:
77-
java-version: '8'
77+
java-version: '17'
7878
distribution: 'adopt'
7979

8080
- name: Set Release Version
@@ -111,10 +111,10 @@ jobs:
111111
restore-keys: |
112112
${{ runner.os }}-maven-
113113
114-
- name: Setup JDK 1.8
114+
- name: Setup JDK 17
115115
uses: actions/setup-java@v3
116116
with:
117-
java-version: '8'
117+
java-version: '17'
118118
distribution: 'adopt'
119119

120120
- name: Set Release Version
@@ -154,10 +154,10 @@ jobs:
154154
restore-keys: |
155155
${{ runner.os }}-maven-
156156
157-
- name: Setup JDK 1.8
157+
- name: Setup JDK 17
158158
uses: actions/setup-java@v3
159159
with:
160-
java-version: '8'
160+
java-version: '17'
161161
distribution: 'adopt'
162162

163163
- name: Set Release Version
@@ -190,10 +190,10 @@ jobs:
190190
restore-keys: |
191191
${{ runner.os }}-maven-
192192
193-
- name: Setup JDK 1.8
193+
- name: Setup JDK 17
194194
uses: actions/setup-java@v3
195195
with:
196-
java-version: '8'
196+
java-version: '17'
197197
distribution: 'adopt'
198198

199199
- name: Set Release Version
@@ -230,10 +230,10 @@ jobs:
230230
restore-keys: |
231231
${{ runner.os }}-maven-
232232
233-
- name: Setup JDK 1.8
233+
- name: Setup JDK 17
234234
uses: actions/setup-java@v3
235235
with:
236-
java-version: '8'
236+
java-version: '17'
237237
distribution: 'adopt'
238238

239239
- name: Set Release Version
@@ -262,10 +262,10 @@ jobs:
262262
restore-keys: |
263263
${{ runner.os }}-maven-
264264
265-
- name: Setup JDK 1.8
265+
- name: Setup JDK 17
266266
uses: actions/setup-java@v3
267267
with:
268-
java-version: '8'
268+
java-version: '17'
269269
distribution: 'adopt'
270270

271271
- name: Set Release Version
@@ -306,10 +306,10 @@ jobs:
306306
restore-keys: |
307307
${{ runner.os }}-maven-
308308
309-
- name: Setup JDK 1.8
309+
- name: Setup JDK 17
310310
uses: actions/setup-java@v3
311311
with:
312-
java-version: '8'
312+
java-version: '17'
313313
distribution: 'adopt'
314314

315315
- name: Extract, set and commit Release Version
@@ -380,10 +380,10 @@ jobs:
380380
restore-keys: |
381381
${{ runner.os }}-maven-
382382
383-
- name: Setup JDK 1.8
383+
- name: Setup JDK 17
384384
uses: actions/setup-java@v3
385385
with:
386-
java-version: '8'
386+
java-version: '17'
387387
distribution: 'adopt'
388388

389389
- name: Prepare next Snapshot Version

kotlin-jira-client/kotlin-jira-client-test-sdk/pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,18 @@
212212
<productLicense>${jira.service.management.license}</productLicense>
213213
<httpPort>${jira.http.port}</httpPort>
214214
<!-- https://developer.atlassian.com/docs/advanced-topics/configuration-of-instructions-in-atlassian-plugins -->
215+
<instructions>
216+
<Atlassian-Plugin-Key>${atlassian.plugin.key}</Atlassian-Plugin-Key>
217+
<Export-Package>
218+
com.linkedplanet.plugin.jira.jiraclient.test.api,
219+
</Export-Package>
220+
<Import-Package>
221+
org.springframework.osgi.*;resolution:="optional",
222+
org.eclipse.gemini.blueprint.*;resolution:="optional",
223+
*;version="0";resolution:=optional
224+
</Import-Package>
225+
<Spring-Context>*</Spring-Context>
226+
</instructions>
215227
<applications>
216228
<application>
217229
<applicationKey>jira-software</applicationKey>

0 commit comments

Comments
 (0)