Commit graph

37 commits

Author SHA1 Message Date
61623728ff
More API cleanups 2024-08-30 15:54:01 -07:00
c1565e784b
Cleaned up API to match bld operations and options APIs 2024-08-27 00:35:24 -07:00
e5970bca18
Reworked support for local compiler plugins 2024-07-21 21:47:10 -07:00
7f3fc6ff95
Added option to specify the Kotlin compiler (kotlinc) path directly 2024-07-21 21:41:18 -07:00
6fa3bdefdb
BREAKING CHANGE: Kotlin must be installed. Location is deducted from KOTLIN_HOME, if set. 2024-07-12 02:13:13 -07:00
c84019de2c
Bumped bld to version 2.0.0-SNAPSHOT 2024-07-11 22:01:28 -07:00
c952b980bb
Ensured exit status is set on failure 2024-07-10 12:37:48 -07:00
c901065b3a
Improved code and tests
Bumped Exec extension to 1.0.1
Bumped PMD extension to 1.1.0
2024-06-23 17:39:58 -07:00
c54672a7a0
Add string array parameters to overloaded methods where applicable 2024-06-19 08:18:32 -07:00
41e60f606a
Configure the main and test source directories from the project 2024-06-19 08:04:44 -07:00
b4c8952538
Use Collection.addAll wherever applicable. 2024-05-28 22:54:21 -07:00
581f962e80 Updated copyright 2024-01-31 00:09:21 -08:00
2f9b7a5056 Cleaned up Javadocs 2023-11-27 14:35:28 -08:00
d800fda561 String arguments should not be blank 2023-11-26 17:05:07 -08:00
2a88bbb045 Upgrade to Koltin 1.9.21 2023-11-24 13:18:13 -08:00
c83c76dc60 Cleaned up Javadoc links 2023-11-19 10:59:36 -08:00
200479e1c1 Minor Javadoc cleanup 2023-11-15 18:04:13 -08:00
f5caba550d Not longer defaults to noStdLib unless set from project 2023-11-15 12:32:24 -08:00
28ad500a12 Made compile options modifiable 2023-11-15 11:02:26 -08:00
11c0b2b582 Added standard compiler plugins 2023-11-13 12:38:18 -08:00
132fc7199b Added support for compiler plugins 2023-11-12 16:20:30 -08:00
b29169213b Don't configure the operations Java/JDK version if the project's Java release is not set 2023-11-12 00:36:23 -08:00
044e53ae24 Added configuring the Java/JDK version from the project 2023-11-11 22:18:14 -08:00
8597447422 Fixed Dokka source links 2023-11-11 19:36:47 -08:00
d8156fe871 Removed kapt options (failed) 2023-11-10 14:59:46 -08:00
91ba216545 Made a project required for all operations 2023-11-09 07:32:36 -08:00
5e8629c418 Minor cleanup 2023-11-09 03:10:32 -08:00
b7037378bc Added Kotlin libs directory option (untested) 2023-11-09 02:57:42 -08:00
6cb2955575 Added supprot for kapt (untested) 2023-11-09 01:49:03 -08:00
51d046a2f7 Added no-stdlib and -Xfriend-paths compile options 2023-11-08 22:12:34 -08:00
d005944874 Added Kotlin compile options configuration 2023-11-07 03:28:50 -08:00
d2f1b85bbf Started implementing the Dokka operation 2023-11-05 04:03:12 -08:00
573681ea6c Added tests 2023-11-04 02:00:42 -07:00
6e161e1445 Added support for Collections as arguments 2023-11-03 23:10:31 -07:00
4fb70e48fe Javadocs cleanup 2023-11-03 22:14:06 -07:00
c7578a870f Minor cleanup 2023-11-03 22:08:45 -07:00
f837b26903 Initial commit 2023-11-03 21:31:09 -07:00