1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-28 00:58:12 -07:00
Commit graph

1054 commits

Author SHA1 Message Date
Cedric Beust
007bb31ee3 Introduce build listeners and build report contributors. 2016-07-30 07:36:03 -07:00
Cedric Beust
18842097ff Formatting. 2016-07-28 23:30:54 -08:00
Cedric Beust
7970b5cc27 Better error message. 2016-07-28 23:30:19 -08:00
Cedric Beust
d18c8009c8 Revamp the scopes and scope filters. 2016-07-26 02:25:05 -08:00
Cedric Beust
e1880616a8 Fix runtime dependencies.
Fixes https://github.com/cbeust/kobalt/issues/283
2016-07-25 04:31:44 -08:00
Cedric Beust
ff2795946b Remove import. 2016-07-25 02:40:23 -08:00
Cedric Beust
33f01cdb27 Introduce KobaltContext#filefor(id). 2016-07-25 13:05:45 -07:00
Cedric Beust
bc1e26bd1a Refactor PomGenerator. 2016-07-25 13:05:45 -07:00
Cedric Beust
60a61f0867 Formatting. 2016-07-25 13:05:45 -07:00
996bad980c Prettyfied --profiling output 2016-07-25 11:58:47 -07:00
Cedric Beust
888e5cde73 Added --profiling. 2016-07-24 22:39:43 -08:00
Cedric Beust
6b1ddc2333 Rename. 2016-07-22 01:10:29 -08:00
Cedric Beust
0057611869 val 2016-07-22 01:10:20 -08:00
Cedric Beust
f76b525f0c Fix file path. 2016-07-21 20:08:51 -07:00
Cedric Beust
1697b96923 Actually publish to the correct local maven repo. 2016-07-21 19:56:46 -07:00
Cedric Beust
45e40a1397 Transitive dependencies for tests were not correct. 2016-07-21 04:02:22 -08:00
Cedric Beust
8a30679966 settings.xml now uses camel case tags. 2016-07-20 22:46:00 -08:00
Cedric Beust
ccd65b1baf Log. 2016-07-19 16:41:46 -07:00
Cedric Beust
868abad621 Rename. 2016-07-19 01:00:49 -08:00
Cedric Beust
80f732bb00 Typo. 2016-07-18 23:49:49 -08:00
Cedric Beust
700c782a1e warn only if level >= 2 2016-07-18 01:34:46 -08:00
Cedric Beust
9f141e0e4a public 2016-07-18 01:30:41 -08:00
Cedric Beust
f73315d97a Support internal. 2016-07-18 01:29:13 -08:00
Cedric Beust
9d582d5215 Relative path. 2016-07-17 23:27:13 -08:00
Cedric Beust
fec0b6c713 Better logging. 2016-07-18 07:13:15 -07:00
Cedric Beust
465b763aba First pass at different compiler args. 2016-07-17 18:18:01 -07:00
Cedric Beust
a413823198 Reformat. 2016-07-13 17:43:59 -07:00
89655f4b46 Fix for --log -2 undocumented feature. 2016-07-13 17:37:40 -07:00
Cedric Beust
3ac313b7bf Better message when a dependency can't be resolved. 2016-07-13 02:24:20 -08:00
Cedric Beust
3975f73318 Comments. 2016-07-12 03:48:30 -08:00
Cedric Beust
97423c6b68 Typo. 2016-07-12 03:29:25 -08:00
Cedric Beust
49fd4d8708 Fix profile regexp. 2016-07-12 03:21:30 -08:00
Cedric Beust
bf1863db32 Fix the profile rebuild.
Fixes https://github.com/cbeust/kobalt/issues/278
2016-07-12 03:19:17 -08:00
Cedric Beust
da9e8815f3 Always recompile the build file is a profile is given. 2016-07-12 02:31:02 -08:00
Cedric Beust
0e2cfc69fb Log profiles. 2016-07-12 01:57:40 -08:00
Cedric Beust
7030c98b98 Fix profiles. 2016-07-12 01:57:15 -08:00
Cedric Beust
86abfc3d80 Better pom generation. 2016-07-11 22:34:20 -08:00
Cedric Beust
af61ceb237 Compile files, not directories. 2016-07-11 02:35:00 -08:00
Cedric Beust
845f246cf3 For now, kotlinc is back to compiling files and not directories. 2016-07-10 23:06:47 -08:00
Cedric Beust
8418b74375 Compiling directories defeats increments compiling.
So turning it back off for now.
2016-07-09 02:42:35 -08:00
Cedric Beust
1b6cbd842c Rename "deployToMavenLocal" -> "publishToMavenLocal". 2016-07-08 08:51:11 -08:00
DevCharly
895027a7d6 BuildScriptUtil.runBuildScriptJarFile(): do not invoke static getter that expects parameters
fixes "ERROR wrong number of arguments" if adding property with getter to Build.kt. E.g.

```kobalt
val Project.libs: String
    get() = "$directory/$buildDirectory/libs"
```
2016-07-08 11:57:06 +02:00
Cedric Beust
5de48f30d9 Better logs. 2016-07-07 19:07:20 -07:00
Cedric Beust
ef516cd919 Implement localMaven(). 2016-07-07 19:05:39 -07:00
Cedric Beust
160cbbcfda Optimize splits. 2016-07-06 00:53:45 -08:00
Cedric Beust
bd6dfb494f Restore the Kotlin compiler's ability to compile directories. 2016-07-05 23:24:43 -08:00
Cedric Beust
71e2852963 Clean up the dependent project API. 2016-07-05 09:42:22 -07:00
Cedric Beust
182ee52be2 IIncrementalTaskContributor. 2016-07-04 11:09:13 -07:00
Cedric Beust
40d251e08d Merge pull request #255 from DevCharly/delete-temp-files
delete temporary "kobalt123.kt" files (in temp folder)
2016-07-04 08:04:07 -07:00
DevCharly
86d651b648 delete temporary "kobalt123.kt" files (in temp folder) on exit 2016-07-04 13:31:45 +02:00