Skip to content

Commit

Permalink
Remove EnabledForJreRange.min in PaketoBuilderTests
Browse files Browse the repository at this point in the history
  • Loading branch information
izeye authored and mhalbritter committed Jan 31, 2023
1 parent 3d20608 commit 359076e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
* @author Scott Frederick
*/
@ExtendWith({ GradleBuildInjectionExtension.class, GradleBuildExtension.class })
@EnabledForJreRange(min = JRE.JAVA_8, max = JRE.JAVA_18)
@EnabledForJreRange(max = JRE.JAVA_18)
class PaketoBuilderTests {

GradleBuild gradleBuild;
Expand Down

0 comments on commit 359076e

Please sign in to comment.