diff --git a/java-storage/google-cloud-storage/pom.xml b/java-storage/google-cloud-storage/pom.xml index 201466c33e25..bde210ee1cb7 100644 --- a/java-storage/google-cloud-storage/pom.xml +++ b/java-storage/google-cloud-storage/pom.xml @@ -338,12 +338,6 @@ junit-vintage-engine test - - net.jqwik - jqwik - 1.9.3 - test - io.github.classgraph classgraph @@ -474,6 +468,60 @@ + + jqwik-tests + + [11,) + + + + net.jqwik + jqwik + 1.9.3 + test + + + + + + exclude-jqwik-on-java8 + + 1.8 + + + + + org.apache.maven.plugins + maven-compiler-plugin + + + default-testCompile + + + **/*PropertyTest.java + **/JqwikTest.java + **/jqwik/** + **/StorageV2ProtoUtilsTest.java + **/JsonUtilsTest.java + **/ChunkSegmenterTest.java + **/DefaultBufferedWritableByteChannelTest.java + **/MinFlushBufferedWritableByteChannelTest.java + **/DefaultBufferedReadableByteChannelTest.java + **/Crc32cValueTest.java + **/ITSyncingFileChannelTest.java + **/RewindableByteBufferContentTest.java + + + + + + + + idea-jqwik