updates
This commit is contained in:
@@ -32,7 +32,7 @@ sourceSets {
|
||||
srcDirs = ['src/main/java']
|
||||
}
|
||||
resources {
|
||||
srcDirs = ['src/resources/media']
|
||||
srcDirs = ['src/resources']
|
||||
}
|
||||
}
|
||||
test {
|
||||
@@ -64,6 +64,10 @@ dependencies {
|
||||
implementation 'org.openjfx:javafx-web:25.0.1'
|
||||
implementation group: 'org.slf4j', name: 'slf4j-api', version: '2.0.17'
|
||||
implementation group: 'org.slf4j', name: 'slf4j-simple', version: '2.0.17'
|
||||
|
||||
implementation project(':Model')
|
||||
implementation project(':Api')
|
||||
|
||||
}
|
||||
|
||||
jar {
|
||||
@@ -71,7 +75,6 @@ jar {
|
||||
attributes 'Main-Class': application.mainClass
|
||||
}
|
||||
duplicatesStrategy = DuplicatesStrategy.EXCLUDE
|
||||
from { configurations.runtimeClasspath.collect { it.isDirectory() ? it : zipTree(it) } }
|
||||
}
|
||||
|
||||
tasks.named('jar') {
|
||||
@@ -79,6 +82,6 @@ tasks.named('jar') {
|
||||
attributes('Implementation-Title': 'edu.inventorym.UiView',
|
||||
'Implementation-Version': 1.0,
|
||||
'Main-Class': application.mainClass,
|
||||
'Class-Path': 'lodge.reservationsystem javafx.base javafx.fxml javafx.controls javafx.graphics javafx.web com.google.gson .' )
|
||||
'Class-Path': 'edu.inventorym.ApplicationView javafx.base javafx.controls javafx.graphics javafx.web .' )
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user