File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ Open http://localhost:8080
2727### Executable JAR
2828
2929``` bash
30- curl -LO https://github.com/arieslab/jnose/releases/download/v2.4.4 /jnose-2.4.4 .jar
31- java -jar jnose-2.4.4 .jar
30+ curl -LO https://github.com/arieslab/jnose/releases/download/v2.5.0 /jnose-2.5.0 .jar
31+ java -jar jnose-2.5.0 .jar
3232```
3333
3434### Building from source
@@ -37,7 +37,7 @@ java -jar jnose-2.4.4.jar
3737git clone https://github.com/arieslab/jnose
3838cd jnose
3939mise exec -- mvn clean package -DskipTests
40- java -jar target/jnose-2.4.4 .jar
40+ java -jar target/jnose-2.5.0 .jar
4141```
4242
4343> JDK 25 is required. The project uses [ ` mise ` ] ( https://mise.jdx.dev ) to manage the JDK version — ` mise exec -- mvn <goal> ` ensures the correct JDK.
@@ -62,7 +62,7 @@ docker run -dp "8080:8080" tassiovirginio/jnose
6262<dependency >
6363 <groupId >io.github.arieslab</groupId >
6464 <artifactId >jnose</artifactId >
65- <version >2.4.4 </version >
65+ <version >2.5.0 </version >
6666</dependency >
6767```
6868
Original file line number Diff line number Diff line change 77 <groupId >io.github.arieslab</groupId >
88 <artifactId >jnose</artifactId >
99 <packaging >jar</packaging >
10- <version >2.4.4 </version >
10+ <version >2.5.0 </version >
1111 <name >jnose</name >
1212 <description >Web tool for automatic Test Smells detection and code coverage metrics</description >
1313 <url >https://github.com/arieslab/jnose</url >
You can’t perform that action at this time.
0 commit comments