6
0
forked from pool/openjfx

Compare commits

...

10 Commits

Author SHA256 Message Date
fa559b342e Accepting request 1086796 from Java:packages
initialized devel package after accepting 1086796

OBS-URL: https://build.opensuse.org/request/show/1086796
OBS-URL: https://build.opensuse.org/package/show/Java:packages/openjfx?expand=0&rev=31
2023-05-12 18:39:04 +00:00
5fe9f70e04 OBS-URL: https://build.opensuse.org/package/show/Java:packages/openjfx?expand=0&rev=30 2023-05-12 15:08:40 +00:00
caa3b5c26b OBS-URL: https://build.opensuse.org/package/show/Java:packages/openjfx?expand=0&rev=29 2023-05-12 12:19:56 +00:00
94ebe3ab3d OBS-URL: https://build.opensuse.org/package/show/Java:packages/openjfx?expand=0&rev=28 2023-05-12 11:53:00 +00:00
a023e66f9e OBS-URL: https://build.opensuse.org/package/show/Java:packages/openjfx?expand=0&rev=27 2023-05-12 11:23:29 +00:00
346a44f6ac OBS-URL: https://build.opensuse.org/package/show/Java:packages/openjfx?expand=0&rev=26 2023-05-12 10:22:07 +00:00
4451ab6a91 OBS-URL: https://build.opensuse.org/package/show/Java:packages/openjfx?expand=0&rev=25 2023-05-12 08:29:01 +00:00
6acb2600cb OBS-URL: https://build.opensuse.org/package/show/Java:packages/openjfx?expand=0&rev=24 2023-05-12 08:23:52 +00:00
efca878513 OBS-URL: https://build.opensuse.org/package/show/Java:packages/openjfx?expand=0&rev=21 2022-05-20 05:43:17 +00:00
17ac1bb76c OBS-URL: https://build.opensuse.org/package/show/Java:packages/openjfx?expand=0&rev=19 2022-03-23 20:03:33 +00:00
2 changed files with 15 additions and 0 deletions

View File

@@ -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>

View File

@@ -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