forked from pool/openjfx
Compare commits
10 Commits
ca021241ee
...
fa559b342e
Author | SHA256 | Date | |
---|---|---|---|
fa559b342e | |||
5fe9f70e04 | |||
caa3b5c26b | |||
94ebe3ab3d | |||
a023e66f9e | |||
346a44f6ac | |||
4451ab6a91 | |||
6acb2600cb | |||
efca878513 | |||
17ac1bb76c |
@@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri May 20 05:37:36 UTC 2022 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
- Do not force building with java <= 15, since we now can run
|
||||
gradle with Java 17 too
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 23 20:01:49 UTC 2022 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
- Force building with JDK <= 15, since our gradle does not work
|
||||
with anything higher
|
||||
- Switch off DocLint to be able to build with newer javadoc
|
||||
versions
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 18 08:45:08 UTC 2022 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
|
@@ -116,6 +116,7 @@ BUILD_JAVADOC = true
|
||||
BUILD_SRC_ZIP = true
|
||||
GRADLE_VERSION_CHECK = false
|
||||
CONF = DebugNative
|
||||
DOC_LINT = none
|
||||
EOF
|
||||
|
||||
find -name '*.class' -type f -delete
|
||||
|
Reference in New Issue
Block a user