Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
RuneSafe
rsmod
Commits
a6bcb206
Commit
a6bcb206
authored
6 years ago
by
Tom0017
Browse files
Options
Download
Email Patches
Plain Diff
Fix order extractDependencies is executed on build task
parent
9a550408
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
game/build.gradle
+1
-2
game/build.gradle
with
1 addition
and
2 deletions
+1
-2
game/build.gradle
+
1
-
2
View file @
a6bcb206
...
...
@@ -65,7 +65,6 @@ applicationDistribution.from("$rootDir") {
}
task
extractDependencies
(
type:
Copy
)
{
from
(
zipTree
(
"build/distributions/game-${project.version}.zip"
))
{
include
"game-${project.version}/lib/*"
eachFile
{
...
...
@@ -96,5 +95,5 @@ tasks.register("install") {
}
}
build
.
dependsOn
extractDependencies
build
.
finalizedBy
extractDependencies
install
.
dependsOn
build
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets