File tree 6 files changed +9
-8
lines changed
6 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 77
77
*_VERSION
78
78
79
79
create_binaries :
80
+ needs : [ version ]
80
81
runs-on : ubuntu-latest
81
82
steps :
82
83
- name : ' Set up JDK'
@@ -117,8 +118,8 @@ jobs:
117
118
path : toolkit-app/target/*.zip
118
119
119
120
# Build native executable per runner
120
- build :
121
- needs : [ version ]
121
+ create_native_binaries :
122
+ needs : [ version, create_binaries ]
122
123
name : ' Build with Graal on ${{ matrix.os }}'
123
124
strategy :
124
125
fail-fast : true
@@ -189,7 +190,7 @@ jobs:
189
190
190
191
# Collect all executables and release
191
192
release :
192
- needs : [ build ]
193
+ needs : [ create_native_binaries ]
193
194
runs-on : windows-latest
194
195
195
196
steps :
Original file line number Diff line number Diff line change 22
22
23
23
<groupId >iot.technology</groupId >
24
24
<artifactId >iot-toolkit</artifactId >
25
- <version >0.7.3 </version >
25
+ <version >0.7.2 </version >
26
26
<modules >
27
27
<module >toolkit-mqtt</module >
28
28
<module >toolkit-coap</module >
Original file line number Diff line number Diff line change 22
22
<parent >
23
23
<artifactId >iot-toolkit</artifactId >
24
24
<groupId >iot.technology</groupId >
25
- <version >0.7.3 </version >
25
+ <version >0.7.2 </version >
26
26
</parent >
27
27
28
28
Original file line number Diff line number Diff line change 22
22
<parent >
23
23
<artifactId >iot-toolkit</artifactId >
24
24
<groupId >iot.technology</groupId >
25
- <version >0.7.3 </version >
25
+ <version >0.7.2 </version >
26
26
</parent >
27
27
28
28
<name >IoT Technology ToolKit Common</name >
Original file line number Diff line number Diff line change 22
22
<parent >
23
23
<artifactId >iot-toolkit</artifactId >
24
24
<groupId >iot.technology</groupId >
25
- <version >0.7.3 </version >
25
+ <version >0.7.2 </version >
26
26
</parent >
27
27
28
28
<artifactId >toolkit-mqtt</artifactId >
Original file line number Diff line number Diff line change 22
22
<parent >
23
23
<artifactId >iot-toolkit</artifactId >
24
24
<groupId >iot.technology</groupId >
25
- <version >0.7.3 </version >
25
+ <version >0.7.2 </version >
26
26
</parent >
27
27
<modelVersion >4.0.0</modelVersion >
28
28
You can’t perform that action at this time.
0 commit comments