Commit Graph

30 Commits

Author SHA1 Message Date
nathan
f92fcccba3 Executor is now merged with ZeroTurnaround Executor, and entirely written in Kotlin with coroutines. The API is similar to the ZT executor, however there are a number a huge changes in the way it works. The design is a lot more fluent, and contains less special-case objects for working with running processes (along with different types, such as jvm-forking and remote ssh processes). 2020-08-06 11:07:25 +02:00
nathan
933bb84220 Updated gradle 2020-08-06 11:02:13 +02:00
nathan
6780bcadc2 Added/updated license files 2020-08-06 11:01:57 +02:00
nathan
12329bf43e Updated gradle 2020-06-06 15:18:30 +02:00
nathan
6495959fae Updated to use Gradle Utils for gradle/project update management
updated .gitignore
2019-05-13 15:18:32 +02:00
nathan
b743a99348 Updated to use Gradle Utils for gradle/project update management 2019-05-13 12:16:06 +02:00
nathan
e7b21fa534 Added jar attributes["Automatic-Module-Name"] = Extras.id 2019-03-21 12:01:59 +01:00
nathan
dd0c7cd21a Updated log on startup, update Gradle to 5.3 2019-03-21 10:47:52 +01:00
nathan
fd41b507f9 Code polish 2019-03-17 23:17:43 +01:00
nathan
da567eda96 Added badges+links 2019-03-17 23:16:27 +01:00
nathan
6694ed4c48 Build converted to kotlin script 2019-03-17 23:15:21 +01:00
nathan
f1f8219087 WIP kotlin build script 2019-03-17 23:10:36 +01:00
nathan
489073e7a5 Removed non-usable code 2018-09-25 20:10:56 +02:00
nathan
19ddfe2d9a Added gradle wrapper task 2018-09-25 20:04:53 +02:00
nathan
1e841d1d4a Merge remote-tracking branch 'origin/master'
# Conflicts:
#	build.gradle
2018-08-28 09:52:36 +02:00
nathan
a37de2ddd1 Fixed issue when custom build props are not available 2018-08-28 09:50:26 +02:00
nathan
4d9a88ebab Fixed issue when custom build props are not available 2018-08-27 23:11:53 +02:00
nathan
fb50756f51 Converted to gradle 2018-08-18 20:57:00 +02:00
nathan
e712185d5b Cleaned up dependencies 2018-04-08 22:04:14 +02:00
nathan
909426b801 updated JDK compile required version 2018-02-19 15:25:26 +01:00
nathan
27c70bed46 Removed hard dependency on the Console project 2017-12-02 21:55:19 +01:00
nathan
cf9af55be5 Updated version. removed hard dependency on Console 2017-12-02 18:17:36 +01:00
nathan
6c3ac14c59 Changed ProcessStreamProxy to have an optional dependency on the Console
project (instead of a hard-dependency). If the Console project is not
 available, then certain behavior is not possible, but that behavior is
 not necessary (just useful)
2017-12-02 15:54:32 +01:00
nathan
bc2501a818 Updated readme info and version 2017-11-28 21:25:15 +01:00
nathan
e069d245b9 Updated license info 2017-11-28 21:10:38 +01:00
nathan
aa9b2bc5ea Code polish. Removed irrelevant classes. 2017-11-28 21:07:43 +01:00
nathan
ee968be141 Fixed issues with reading from System.in and blocking reads. 2017-11-28 21:07:11 +01:00
nathan
d9b565edde Moved shell executor from utils to it's own project 2017-11-26 21:57:25 +01:00
nathan
122d6ea9c2 Added license info 2017-11-26 18:03:43 +01:00
nathan
418bec9c50 Added readme 2017-11-26 18:02:57 +01:00