First running version of BCLib
This commit is contained in:
parent
4c1e8273f6
commit
54f13847b5
7 changed files with 27 additions and 17 deletions
|
@ -89,7 +89,7 @@ processResources {
|
|||
// see http://yodaconditions.net/blog/fix-for-java-file-encoding-problems-with-gradle.html
|
||||
tasks.withType(JavaCompile) {
|
||||
options.encoding = "UTF-8"
|
||||
it.options.release = 16
|
||||
it.options.release = 17
|
||||
}
|
||||
|
||||
javadoc {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue