This commit is contained in:
Maximilian Walz
2025-09-17 07:05:41 +02:00
parent a98c49d834
commit 31b933cfc7
2 changed files with 4 additions and 10 deletions

4
nixpacks.toml Normal file
View File

@@ -0,0 +1,4 @@
# nixpacks.toml
[providers]
java = "21"

View File

@@ -1,11 +1 @@
rootProject.name = 'testing' rootProject.name = 'testing'
toolchainManagement {
jvm {
javaRepositories {
repository("foojay") {
vendor = "any"
}
}
}
}