maksz42
01cf954c23
Update Windows helper script to handle /c properly. ( #2973 )
2023-10-06 07:22:31 -04:00
Connor Tumbleson
8477d996db
fix: bump heap size to 1g max ( #3286 )
2023-08-21 06:26:46 -04:00
Connor Tumbleson
5d5c33aba6
fix: adjust helper files to include system property sets ( #3215 )
2023-07-25 06:29:11 -04:00
Connor Tumbleson
d66db22564
Revert "Update apktool.bat ( #2930 )" ( #2931 )
...
This reverts commit e46f779b87
.
2022-11-12 11:35:40 -05:00
Build-0-Matic
e46f779b87
Update apktool.bat ( #2930 )
...
Added missing quotes required for the file to work in Windows
2022-11-12 06:16:07 -05:00
Jonathan Schoeller
63a8d092d8
Windows: Correct helper script quoting ( #2882 )
2022-09-13 08:28:31 -04:00
Connor Tumbleson
f3f1993bf8
fix: add quotes to allow spaces on windows during helper script
...
- fixes : #2855
2022-08-06 17:02:43 -04:00
Goooler
e25c3636ff
Update docs & licenses to use https
2021-08-26 07:40:32 -04:00
Goooler
7bb6956304
Update github actions & Update gradle ( #2628 )
...
* Bump setup-java actions to v2
* Make test action on all branches
* Add dependabot.yml for updating github actions
* Update gradle 7.2
* Revert "Make test action on all branches"
This reverts commit 52758ea249d969f3b94f3ae5d4b5b980103a5cfa.
* Correct jdk
* Revert "Add dependabot.yml for updating github actions"
This reverts commit 7381e8f71c656499e7d0cc70e854b5e4978722d0.
* Run CI after workflows configs changed
2021-08-24 07:59:22 -04:00
Connor Tumbleson
a2a79404b8
GitHub Action (To retire Travis) ( #2401 )
...
* feat: attempt at github action workflow
* build: run on any push/branch (github action)
* fix: drop 32bit and use proper windows variable
* fix: add cache system for gradle
* fix: only pushes (not prs)
* fix: proper windows command
* fix: bye bye travis (thanks for all the fish)
* style: shorten name of lanes
* style: this is jdk, not jvm
2020-09-13 12:28:35 -04:00
vladimir
54c3cfedf5
Use JAVA_HOME on windows if defined
2020-04-11 06:09:51 -04:00
Connor Tumbleson
f3136bc52b
build: update jdk8 to 211 from 231 (?)
2020-02-05 06:44:36 -05:00
Connor Tumbleson
31f25bc561
build: update jdk8 to 231 from 221
2019-11-14 08:15:56 -05:00
Connor Tumbleson
d2bfa79a24
build: update jdk8 to 221 from 211
2019-08-17 10:32:44 -04:00
Connor Tumbleson
7619fbcdbe
Merge branch 'master' into master
2019-07-13 11:46:16 -04:00
Connor Tumbleson
2d41a613cc
build: use proper bash if statement
2019-07-13 08:26:45 -04:00
Varstahl
bd4ebdc3dc
Enhanced Windows wrapper script
2019-07-03 19:37:51 +02:00
Connor Tumbleson
d1b0025c4e
fix: correct location of JAVA_HOME
2019-04-24 18:32:26 -04:00
Connor Tumbleson
cf9e8662b8
fix: jdk211 for clean/build
2019-04-24 18:29:26 -04:00
Connor Tumbleson
16c50d56e5
build: travis complaining about JAVA_HOME now
2019-04-24 18:25:41 -04:00
Connor Tumbleson
813cd911f2
build: update jdk path for windows
...
- need an automated solution for this
2019-04-24 18:12:43 -04:00
Connor Tumbleson
2c41ac1f7f
build: also patch the clean-tests for not completed win builds
2019-02-16 18:01:38 -05:00
Connor Tumbleson
443e5d3643
build: fix timeout in windows due to travis
...
- refs: https://travis-ci.community/t/windows-build-hangs-after-done-exit-0/1439
2019-02-16 18:01:38 -05:00
Connor Tumbleson
37e700424a
build: update jdk on windows from 191 to 201
2019-02-16 18:01:38 -05:00
Connor Tumbleson
cfea3e0831
build: initial attempt at getting travis windows support
...
build: force windows onto the bash environment
build: update permission (+x) of clean-test file
build: "bat" instead of "exe" extension
build: attempt to support long-path names on windows
build: another attempt at long filepaths on windows
build: force +x on scripts prior to execution
build: exit with return code of last command
build: dump out current path
build: dump out current path - part 2
fix: remove 5 chars from path to drop down from 260 windows max path
build: correct gradlew.bat path and remove unneeded lines
fix: remove long path global configuration
fix: restore PATH setting for windows env
build: PATH resets between scripts, fix for windows
2019-01-09 17:43:40 -05:00
Connor Tumbleson
481299c748
Update Windows scripts for unicode support
...
- fixes #1595
2017-08-25 06:36:50 -04:00
Connor Tumbleson
966c861d2f
s/fatJar/shadowJar
2017-05-08 08:45:39 -04:00
GabrielTK
33ab63c254
All args
2016-10-28 18:36:15 -02:00
Connor Tumbleson
0e0f8b0dee
force encoding to UTF8
...
- pulled from #1277
2016-08-06 08:03:04 -04:00
Connor Tumbleson
a4b5c926f4
fixes #1056
...
- removes unneeded echo
2015-10-29 07:09:45 -05:00
Connor Tumbleson
5481376d0c
Prevent appending the current directory to path on every run
...
- Fixes #927
2015-04-29 08:04:20 -05:00
Connor Tumbleson
5d73e25555
as apks get bigger, our memory footprint grows.
...
- lets move to 512mb
2014-12-25 14:12:04 -06:00
Connor Tumbleson
192ab43112
Support JDK 8
...
- no proguard if using jdk8
- add jdk8 to travis
2014-11-02 07:48:56 -06:00
Connor Tumbleson
aba540885e
Gradle Refresh
...
- move common functions to functions.gradle
- use dependency aliases whenever possible
- update to gradle 2.1
- cleanup build.gradle files with proper spacing
- remove duplicated blocks
- compile incrementally (java)
Gradle Refresh v2
- alphabetical order dependencies
- added jdk8 to build tests
- moved script to file for travis
Gradle Refresh v2a
- fix travis
- remove pointless logging
jdk8 isn't ready for travis
2014-10-23 17:43:37 -05:00
Connor Tumbleson
497b2f9e11
fix locale problem on windows, due to launch script
2013-11-14 06:35:30 -06:00
Connor Tumbleson
40360ed873
prevents cli app from taking focus (osx) - jcase
2013-01-20 14:31:19 -06:00
Connor Tumbleson
35c14cf443
add wrapper scripts into revision control
2013-01-20 14:29:40 -06:00