Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
I compared two blank projects and applied the differences to the matching files in this project. mkdir -p gradle/8.10/java_junit4 sdk use gradle 8.10 (cd gradle/8.10/java_junit4; gradle init --type java-library --test-framework junit) mkdir -p gradle/8.10.1/java_junit4 sdk use gradle 8.10.1 (cd gradle/8.10.1/java_junit4; gradle init --type java-library --test-framework junit) diff -r gradle/8.10/java_junit4 gradle/8.10.1/java_junit4
- Loading branch information