Commit graph

39 commits

Author SHA1 Message Date
fe46c87334
Updated dependencies
Bumped JUnit version to 5.11.3
Bumped PMD extension version to 1.1.7
Bumped JDK to version 23 (GitHub CI Workflow)
2024-10-27 16:58:52 -07:00
6a508f1f68
Don't compile when source or test directories are empty. 2024-09-09 20:57:39 -07:00
09c324c8de
Added soft assertions 2024-09-09 20:56:16 -07:00
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
6d7266c483
Fixed collections test 2024-07-22 00:46:08 -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
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
8d34f37af0
Moved Dokka operation to its own extension 2024-06-15 21:32:12 -07:00
1623b902f9
Ensured all missing Kolin compiler arguments are handled 2024-05-28 22:57:56 -07:00
f363e7dcce
Read parameters from resource files 2024-05-27 21:35:58 -07:00
749f43b6b2
Added script to list parameters 2024-05-27 16:11:40 -07:00
10fd25ebf6
Added checks against all parameters 2024-05-26 13:06:38 -07:00
d2560125d7
Added the compile and provided classpaths to the sourceSet when DokkaOperation().fromProject() is called. Closes #3 2024-05-25 00:59:51 -07:00
deb66a2d20
Fixed invalid Dokka -pluginConfiguration argument. Closes #2 2024-05-23 01:50:48 -07:00
9548f6150f
Version 0.9.7 2024-05-22 16:14:08 -07:00
37cdfd363d
Improved testing of integer-type arguments 2024-05-22 11:35:36 -07:00
84c2474ffc
Fixed boolean-type functions producing invalid parameters. Closes #1 2024-05-19 03:17:37 -07:00
b1592bc7c7
Bumped Dokka to version 1.9.20 2024-03-04 13:10:37 -08:00
581f962e80 Updated copyright 2024-01-31 00:09:21 -08:00
2f9b7a5056 Cleaned up Javadocs 2023-11-27 14:35:28 -08:00
46e81b5928 Added more tests 2023-11-16 10:55:17 -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
8597447422 Fixed Dokka source links 2023-11-11 19:36:47 -08:00
91ba216545 Made a project required for all operations 2023-11-09 07:32:36 -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
adc856b1e4 Added output formats for Dokka 2023-11-06 15:35:23 -08:00
84f14212f4 Added method to reset the Dokka plugins
Added examples for generating documenation in HTML and markdown formats
2023-11-05 22:42:51 -08:00
c59a08542f Fixed incorrect loop index 2023-11-05 14:29:30 -08:00
4f321d8c7a Fixed plugins JARs matching in test 2023-11-05 14:14:08 -08:00
ffc9ab4bf8 Added tests for Dokka 2023-11-05 13:54:37 -08:00
573681ea6c Added tests 2023-11-04 02:00:42 -07:00
c7578a870f Minor cleanup 2023-11-03 22:08:45 -07:00
f837b26903 Initial commit 2023-11-03 21:31:09 -07:00