From 5ff4061bfc1fb5dc4906cfbae714f022335e6b31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Frederik=20=E2=80=9CFreso=E2=80=9D=20S=2E=20Olesen?= Date: Sat, 6 Apr 2024 01:28:11 +0200 Subject: [PATCH] Add nvchecker configuration --- .nvchecker.toml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .nvchecker.toml diff --git a/.nvchecker.toml b/.nvchecker.toml new file mode 100644 index 000000000000..bfb516436b37 --- /dev/null +++ b/.nvchecker.toml @@ -0,0 +1,6 @@ +[java-openjfx] +source = "git" +git = "https://github.com/openjdk/jfx22u.git" +include_regex = '^((?:\d|\.)+)\+\d+' +from_pattern = '\+' +to_pattern = '.u'