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
./gradlew build gives Could not find method compile() for arguments because compile is no longer supported for Gradle 7.4.2 and up. Using implementation will fix this.
The DateTimeTest.java also uses an incorrect BigDecimal attribute BigDecimal .TWO which gives an error while building.
The text was updated successfully, but these errors were encountered:
Issue building on Windows 11.
./gradlew build
givesCould not find method compile() for arguments
becausecompile
is no longer supported for Gradle 7.4.2 and up. Usingimplementation
will fix this.The
DateTimeTest.java
also uses an incorrect BigDecimal attributeBigDecimal .TWO
which gives an error while building.The text was updated successfully, but these errors were encountered: