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
// src/main/java/rixy/Rixy.java
package rixy;
public class Rixy {
public static void main(String[] args) {
}
}
I've got:
12:33:12: Executing 'editorconfigCheck'...
> Task :editorconfigCheck
Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0.
You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
See https://docs.gradle.org/7.2/userguide/command_line_interface.html#sec:command_line_warnings
BUILD SUCCESSFUL in 177ms
and
12:34:13: Executing 'editorconfigFormat'...
> Task :editorconfigFormat
Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0.
You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
See https://docs.gradle.org/7.2/userguide/command_line_interface.html#sec:command_line_warnings
BUILD SUCCESSFUL in 140ms
1 actionable task: 1 executed
12:34:13: Execution finished 'editorconfigFormat'.
Java file remains not formatted.
Expectations:
editorconfigCheck fails if files are not properly formatted
editorconfigFormat formats files
The text was updated successfully, but these errors were encountered:
Having:
I've got:
and
Java file remains not formatted.
Expectations:
The text was updated successfully, but these errors were encountered: