File tree Expand file tree Collapse file tree 4 files changed +15
-1
lines changed Expand file tree Collapse file tree 4 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 36
36
cache : maven
37
37
- name : Build project
38
38
run : mvn -B install --file pom.xml
39
+
40
+ relocate :
41
+ runs-on : ubuntu-latest
42
+ steps :
43
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
44
+ - name : Set up JDK 21
45
+ uses : actions/setup-java@2dfa2011c5b2a0f1489bf9e433881c92c1631f88 # v4.3.0
46
+ with :
47
+ java-version : 21
48
+ distribution : ' temurin'
49
+ cache : maven
39
50
- name : Build relocation
40
51
run : mvn -B package --file relocation/pom.xml
41
52
Original file line number Diff line number Diff line change 26
26
</parent >
27
27
28
28
<artifactId >jakarta.enterprise.concurrent-api</artifactId >
29
-
29
+ <packaging >pom</packaging >
30
+
30
31
<name >Jakarta Concurrency</name >
31
32
<description >
32
33
Jakarta Concurrency provides a specification for using concurrency from application
Original file line number Diff line number Diff line change 28
28
</parent >
29
29
30
30
<artifactId >jakarta.enterprise.concurrent-tck-dist</artifactId >
31
+ <packaging >pom</packaging >
31
32
32
33
<name >Jakarta Concurrency TCK Distribution</name >
33
34
<description >Jakarta Concurrency TCK Distribution</description >
Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
29
29
</parent >
30
30
31
31
<artifactId >jakarta.concurrent-tck</artifactId >
32
+ <packaging >pom</packaging >
32
33
33
34
<name >Jakarta Concurrency TCK</name >
34
35
<description >Jakarta Concurrency TCK Tests</description >
You can’t perform that action at this time.
0 commit comments