update project.

This commit is contained in:
2026-02-19 18:48:06 -05:00
parent e436b4a3c9
commit 21f792685c
25 changed files with 315 additions and 265 deletions
+1 -1
View File
@@ -66,7 +66,7 @@ tasks.named('jar') {
'Implementation-Title': group,
'Implementation-Version': 1.0,
'Main-Class': application.mainClass,
'Class-Path': 'edu.bookocontacts javafx.base javafx.controls .' )
'Class-Path': '. edu.bookocontacts edu.bookocontacts.model javafx.base javafx.controls' )
}
}