repaint-io / maven-tiles

Injecting maven configurations by composition rather than inheritance
155 stars 32 forks source link

NoSuchMethodError: java.lang.String.isBlank()Z #140

Open talios opened 1 year ago

talios commented 1 year ago

Triggering under the new 2.35 release:

Exception in thread "main" java.lang.NoSuchMethodError: java.lang.String.isBlank()Z
        at io.repaint.maven.tiles.TilesMavenLifecycleParticipant.injectTilesIntoParentStructure(TilesMavenLifecycleParticipant.groovy:702)
        at sun.reflect.GeneratedMethodAccessor107.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:343)

this didn't trigger under the IT tests.