forked from plume-lib/bcel-util
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Common setup for spotless, error prone, and eisop
- Loading branch information
Showing
3 changed files
with
84 additions
and
66 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
buildscript { | ||
if (JavaVersion.current() == JavaVersion.VERSION_1_8) { | ||
throw new Error("Use Java 11 or later.") | ||
} | ||
} | ||
// buildscript { | ||
// if (JavaVersion.current() == JavaVersion.VERSION_1_8) { | ||
// throw new Error("Use Java 11 or later.") | ||
// } | ||
// } | ||
|
||
// Project name is read-only in build scripts, and defaults to directory name. | ||
rootProject.name = "bcel-util" |