Cedric Beust
126e7fb500
Bump Kotlin to 1.2.10.
2018-01-04 14:19:41 -08:00
Cedric Beust
0d0dcbbc54
1.0.94.
2018-01-02 16:43:38 -08:00
Cedric Beust
96d11d3dbf
1.0.93.
2017-12-09 09:07:05 -08:00
Cedric Beust
ae59e1d7ff
Merge branch 'master' of github.com:cbeust/kobalt
2017-12-09 09:00:09 -08:00
Cedric Beust
84ee57a979
Sign artifacts.
2017-12-09 08:59:51 -08:00
Cedric Beust
fdee66ab93
For 'run', don't use the error stream as an error indicator.
2017-12-09 08:59:23 -08:00
Cedric Beust
6d7490a34d
1.0.92.
2017-11-20 13:42:48 -08:00
Cedric Beust
3d2e5b069d
BuildConfig not being generated. ( #464 ).
2017-11-20 13:41:36 -08:00
Cedric Beust
294799ee5d
1.0.91.
2017-11-08 10:50:34 -08:00
Cedric Beust
6ede80e9ce
Merge pull request #463 from ethauvin/master
...
Added ignore parameters to the application plugin.
2017-11-08 09:16:10 -08:00
20a01f8de0
Added ignoreInputStream, ignoreErrorStream and ignoreExitvalue to the application plugin.
2017-11-08 01:05:16 -08:00
Cedric Beust
72740079ce
Merge pull request #461 from ethauvin/master
...
Fixed finding tools.jar under Windows when JAVA_HOME is set to JRE.
2017-11-07 09:47:18 -08:00
Cedric Beust
e39be51cb8
Merge pull request #462 from McPringle/master
...
Code Review Changes
2017-11-06 11:38:57 -08:00
Marcus Fihlon
f4f3827fd1
💬 Adding trimming of line in format string
...
Before:
***** WARNING Old profile syntax detected for " val debug = false", please update to "val debug by profile()"
After:
***** WARNING Old profile syntax detected for "val debug = false", please update to "val debug by profile()
2017-11-06 19:54:54 +01:00
Marcus Fihlon
70f01fa691
Merge branch 'master' of github.com:cbeust/kobalt
2017-11-06 19:51:32 +01:00
Marcus Fihlon
2e2444c2bc
👌 Code review change
...
Thanks to @ethauvin for his very good hint!
2017-11-06 19:49:28 +01:00
be40f5c81d
Fixed finding tools.jar under Windows when JAVA_HOME is set to JRE.
2017-11-05 17:11:11 -08:00
Cedric Beust
05f8e2f41a
Merge pull request #458 from McPringle/master
...
Fixing the WAR filename could contain a `null` version #456
2017-11-05 07:02:08 -08:00
Marcus Fihlon
5aef25a4a7
🐛 Fixing the WAR filename contains if version information is missing #456
2017-11-05 03:08:12 -06:00
Cedric Beust
e7ae50fe81
Merge pull request #454 from ethauvin/master
...
Java 9 initial compatibility
2017-11-04 13:36:08 -07:00
702a34dd4b
Made executable in git index.
2017-11-04 12:14:30 -07:00
bd8ba4c497
Added kobatw-test wrapper to build the kobalt project using the jar in kobaltBuild/libs for testing.
2017-11-03 19:03:21 -07:00
a115111168
Added missing jaxb dependency for plugin API.
2017-11-03 19:01:38 -07:00
a431f4850b
Syntax fix.
2017-11-03 13:15:15 -07:00
a1aa6d8eea
Resolving merge conflict.
2017-11-02 17:47:40 -07:00
49db5a798e
Fixed coroutinesSate syntax.
2017-11-02 17:40:14 -07:00
82b89edaee
Merge pull request #455 from pabl0rg/upgrade-to-kotlinc-1-1-51
...
upgrade to kotlinc 1.1.51
2017-11-02 17:26:42 -07:00
Juan Liska
f6de041fd8
bump kotlin compiler version string const
2017-11-02 17:35:49 -06:00
Juan Liska
629949edd4
upgrade to kotlinc 1.1.51
2017-11-02 17:26:29 -06:00
e8dcfc6d4b
More syntax fix.
2017-11-01 10:13:39 -07:00
05d0ff04fb
Fixed various syntax.
2017-10-31 23:17:42 -07:00
c99a9eb6cd
First try at running under Java 9.
2017-10-31 21:44:57 -07:00
Cedric Beust
86e39cbb58
1.0.90.
2017-09-16 18:25:57 -07:00
Cedric Beust
f92ac752c1
1.0.89/
2017-07-25 10:40:08 -07:00
Cedric Beust
084f4b5385
Silly oversight,
2017-07-25 10:39:53 -07:00
Cedric Beust
b109674f1a
Merge branch 'master' of github.com:cbeust/kobalt
2017-07-25 10:31:29 -07:00
Cedric Beust
f782fa2236
1.0.88.
2017-07-25 10:23:52 -07:00
Cedric Beust
4405cf154c
OsgiPlugin bug.
2017-07-25 10:23:17 -07:00
Cedric Beust
aac60fa0a3
Merge pull request #452 from MrTact/kotlin-template-deps
...
Fixes #451 -- add stdlib and runtime deps to the Kotlin project template
2017-07-19 20:21:01 -07:00
Tim Keating
be29f2c0b3
PR feedback: use version constant instead of hard-coded strings
2017-07-19 22:05:45 -05:00
Tim Keating
9e6b3d26db
Fixes #451 -- add stdlib and runtime deps to the Kotlin project template
2017-07-18 00:26:01 -05:00
Cedric Beust
76bd010168
1.0.87.
2017-05-31 09:07:52 -07:00
Cedric Beust
c1c2057de4
Merge pull request #445 from albinekcom/patch-1
...
Update README
2017-05-21 06:32:07 -07:00
Albin "albinek" Sadowski
11cd3226e9
Update README
2017-05-21 09:51:03 +02:00
Cedric Beust
4efe8125d7
Merge pull request #444 from ethauvin/master
...
Added push parameter to autoGitTag
2017-05-10 12:44:17 -07:00
b944039fdc
Added push parameter to autoGitTag.
2017-05-10 11:46:41 -07:00
Cedric Beust
a38b05fc92
Merge pull request #443 from ethauvin/master
...
Fixed repo name to use config param if available
2017-05-10 11:10:57 -07:00
bcb9cc4e87
Fixed repo name to use config param if available.
2017-05-10 11:08:15 -07:00
Cedric Beust
a1b952ca69
1.0.86.
2017-05-10 09:58:54 -07:00
Cedric Beust
a47b570d16
Fix the bogus default value for getProperty().
2017-05-10 09:58:54 -07:00