Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
wang tile template
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LABOUREL Arnaud
wang tile template
Commits
21574a78
Commit
21574a78
authored
1 year ago
by
LABOUREL Arnaud
Browse files
Options
Downloads
Patches
Plain Diff
Updated gradle config 2023
parent
7e011d80
No related branches found
No related tags found
No related merge requests found
Pipeline
#18937
passed
1 year ago
Stage: build
Stage: test
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
build.gradle
+12
-7
12 additions, 7 deletions
build.gradle
gradle/wrapper/gradle-wrapper.properties
+1
-1
1 addition, 1 deletion
gradle/wrapper/gradle-wrapper.properties
with
13 additions
and
8 deletions
build.gradle
+
12
−
7
View file @
21574a78
plugins
{
plugins
{
id
'java'
id
'application'
id
'application'
id
"org.openjfx.javafxplugin"
version
"0.0.1
3
"
id
"org.openjfx.javafxplugin"
version
"0.0.1
4
"
}
}
javafx
{
javafx
{
version
=
"
18.0.
2"
version
=
"2
0
"
modules
=
[
'javafx.controls'
,
'javafx.fxml'
]
modules
=
[
'javafx.controls'
,
'javafx.fxml'
]
}
}
...
@@ -13,14 +14,18 @@ repositories {
...
@@ -13,14 +14,18 @@ repositories {
}
}
dependencies
{
dependencies
{
testImplementation
(
'org.junit.jupiter:junit-jupiter-api:5.9.0'
,
testRuntimeOnly
(
"org.junit.platform:junit-platform-launcher"
)
{
'org.assertj:assertj-core:3.23.1'
)
because
(
"Only needed to run tests in a version of IntelliJ IDEA that bundles older versions"
)
testRuntimeOnly
(
'org.junit.jupiter:junit-jupiter-engine:5.9.0'
)
}
testRuntimeOnly
(
"org.junit.jupiter:junit-jupiter-engine"
)
testImplementation
(
"org.assertj:assertj-core:3.24.2"
)
testImplementation
(
"org.junit.jupiter:junit-jupiter:5.10.0"
)
}
}
test
{
test
{
useJUnitPlatform
()
useJUnitPlatform
()
}
}
application
{
application
{
mainClass
Name
=
"main.MainApp"
mainClass
.
set
(
"main.MainApp"
)
}
}
This diff is collapsed.
Click to expand it.
gradle/wrapper/gradle-wrapper.properties
+
1
−
1
View file @
21574a78
distributionBase
=
GRADLE_USER_HOME
distributionBase
=
GRADLE_USER_HOME
distributionPath
=
wrapper/dists
distributionPath
=
wrapper/dists
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-
7.5.1
-bin.zip
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-
8.3
-bin.zip
zipStoreBase
=
GRADLE_USER_HOME
zipStoreBase
=
GRADLE_USER_HOME
zipStorePath
=
wrapper/dists
zipStorePath
=
wrapper/dists
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment