Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Roberto-Gentili committed Mar 23, 2022
2 parents 665d090 + 12f688e commit 5c78890
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
[![Maven Central with version prefix filter](https://img.shields.io/maven-central/v/org.burningwave/core/12)](https://maven-badges.herokuapp.com/maven-central/org.burningwave/core/)
[![GitHub](https://img.shields.io/github/license/burningwave/core)](https://github.com/burningwave/core/blob/master/LICENSE)

[![Platforms](https://img.shields.io/badge/platforms-Windows%2C%20Mac%20OS%2C%20Linux-orange)](https://github.com/burningwave/core/actions/runs/2028126238)
[![Platforms](https://img.shields.io/badge/platforms-Windows%2C%20Mac%20OS%2C%20Linux-orange)](https://github.com/burningwave/core/actions/runs/2028237905)

[![Supported JVM](https://img.shields.io/badge/supported%20JVM-8%2C%209+%20(18)-blueviolet)](https://github.com/burningwave/core/actions/runs/2028126238)
[![Supported JVM](https://img.shields.io/badge/supported%20JVM-8%2C%209+%20(18)-blueviolet)](https://github.com/burningwave/core/actions/runs/2028237905)

[![Coveralls github branch](https://img.shields.io/coveralls/github/burningwave/core/master)](https://coveralls.io/github/burningwave/core?branch=master)
[![GitHub open issues](https://img.shields.io/github/issues/burningwave/core)](https://github.com/burningwave/core/issues)
Expand Down
2 changes: 1 addition & 1 deletion src/test/java/org/burningwave/core/ClassHunterTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ public void findRecursiveInChildrenExcludingZipAndJar() throws Exception {
pathHelper.getPaths(path -> path.endsWith("jar"))
).addFileSystemItems(
//folder inside a compressed archive
pathHelper.getResource("../logback-core-1.2.10.jar/ch/qos")
pathHelper.getResource("../logback-core-1.2.11.jar/ch/qos")
).setFindFunction(
currentScannedPath -> {
// Check if the path is a folder outside of a zip archive
Expand Down

0 comments on commit 5c78890

Please sign in to comment.