File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ name : Kumulus CI
2+
3+ on :
4+ push :
5+ branches : [ master ]
6+ pull_request :
7+ branches : [ master ]
8+
9+ jobs :
10+ Build and test :
11+ runs-on : ubuntu-latest
12+
13+ env :
14+ TEST_ITERATIONS : 100
15+
16+ steps :
17+ - name : Checkout code
18+ uses : actions/checkout@v4
19+
20+ - name : Set up JDK 21
21+ uses : actions/setup-java@v4
22+ with :
23+ java-version : ' 21'
24+ distribution : ' temurin'
25+
26+ - name : Test
27+ run : mvn test
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ .FORCE :
2+
3+ deploy : .FORCE
4+ @mvn -DskipTests clean package dokka:javadocJar deploy
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ Include via maven
2323<dependency >
2424 <groupId >org.xyro</groupId >
2525 <artifactId >kumulus</artifactId >
26- <version >0.1.41 </version >
26+ <version >0.1.42 </version >
2727</dependency >
2828```
2929
Original file line number Diff line number Diff line change 77
88 <groupId >org.xyro</groupId >
99 <artifactId >kumulus</artifactId >
10- <version >0.1.41 </version >
10+ <version >0.1.42 </version >
1111
1212 <name >kumulus</name >
1313 <description >A lightweight, in-process, drop-in replacement for Apache Storm</description >
189189 <plugin >
190190 <groupId >org.jetbrains.dokka</groupId >
191191 <artifactId >dokka-maven-plugin</artifactId >
192- <version >1.4.10.2 </version >
192+ <version >2.0.0 </version >
193193 <executions >
194194 <execution >
195195 <phase >pre-site</phase >
You can’t perform that action at this time.
0 commit comments