This website works better with JavaScript.
Home
Help
Register
Sign In
GildedGames
/
The-Aether-II
Watch
15
Star
9
Fork
12
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
change: Don't use Gradle daemon when building
pull/196/head
JellySquid
1 year ago
parent
0a0b5db5b1
commit
91ed50e828
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Jenkinsfile
+1
-1
lib/orbis-lib
+ 1
- 1
Jenkinsfile
View File
@@ -24,7 +24,7 @@ pipeline {
}
steps {
sh 'gradle build'
sh 'gradle build
--no-daemon
'
}
}
}
+ 1
- 1
lib/orbis-lib
@@ -1 +1 @@
Subproject commit 7
86ff60c3849e8f941e3e42e70d1b3c45f791aec
Subproject commit 7
206e6f1edf71ec37db6eb264361257400636065
Write
Preview
Loading…
Cancel
Save