Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
GOUVILLE Tom
template-JavaFX
Commits
86a27274
Verified
Commit
86a27274
authored
Sep 26, 2021
by
GOUVILLE Tom
🤞
Browse files
[ADD] Support for resources folder
parent
bc1c2351
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
build.gradle
build.gradle
+4
-1
resources/gitkeep
resources/gitkeep
+0
-0
No files found.
build.gradle
View file @
86a27274
...
...
@@ -20,10 +20,13 @@ sourceSets {
java
{
srcDirs
=
[
'src'
]
}
resources
{
srcDirs
=
[
'resources'
]
}
}
}
mainClassName
=
'Main'
javafx
{
modules
=
[
'javafx.controls'
,
'javafx.base'
,
'javafx.graphics'
,
'javafx.web'
,
'javafx.swing'
,
'javafx.media'
]
}
\ No newline at end of file
}
resources/gitkeep
0 → 100644
View file @
86a27274
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment