You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
withJava() is deprecated, gradle 9 makes this an error apparently. Problem is: removing withJava() removes the main sourceSet, which makes jib fail: GoogleContainerTools/jib#4316
withJava() is deprecated, gradle 9 makes this an error apparently. Problem is: removing withJava() removes the main sourceSet, which makes jib fail: GoogleContainerTools/jib#4316
GoogleContainerTools/jib#4396 would fix it, if merged.