Add nvchecker configuration

This commit is contained in:
Frederik “Freso” S. Olesen 2024-04-06 01:28:11 +02:00
parent f3ea4781b7
commit 5ff4061bfc
No known key found for this signature in database
GPG key ID: 27628EAF5DC1403E

6
.nvchecker.toml Normal file
View file

@ -0,0 +1,6 @@
[java-openjfx]
source = "git"
git = "https://github.com/openjdk/jfx22u.git"
include_regex = '^((?:\d|\.)+)\+\d+'
from_pattern = '\+'
to_pattern = '.u'