|
b8927615ec
|
1.1.0-SNAPSHOT
|
2025-03-21 21:29:04 -07:00 |
|
|
e7d0ada68c
|
Reorder the common kotlin compiler potential locations
|
2025-03-21 21:24:44 -07:00 |
|
|
a57ae52a1c
|
Add method to locate the Kotlin compiler in common locations
|
2025-03-21 21:08:56 -07:00 |
|
|
5ca06f4d81
|
Add support for illegal native access modes
|
2025-03-21 11:29:44 -07:00 |
|
|
779e6d4b79
|
Change List to Collection
|
2025-03-21 01:32:03 -07:00 |
|
|
3c5b1fde8f
|
Implement JvmOptions class
|
2025-03-21 01:04:54 -07:00 |
|
|
832447771d
|
Add Compose and Imports Dumper compiler plugins
|
2025-03-21 01:04:53 -07:00 |
|
|
3d87280f9c
|
Updated copyright for 2025
|
2025-01-13 08:22:01 -08:00 |
|
|
fbaa0264e1
|
Added support for the -Wextra cli parameter
|
2024-11-28 10:44:59 -08:00 |
|
|
53df02fa71
|
Don't use $KOTLIN_HOME if already manually set
|
2024-11-28 10:43:55 -08:00 |
|
|
6a508f1f68
|
Don't compile when source or test directories are empty.
|
2024-09-09 20:57:39 -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 |
|
|
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 |
|
|
c595632732
|
Clean up and moved compile options and plugins to sub-package
|
2024-06-19 08:17:30 -07:00 |
|
|
41e60f606a
|
Configure the main and test source directories from the project
|
2024-06-19 08:04:44 -07:00 |
|
|
dcc68afdf3
|
Removed unavailable compiler plugins
|
2024-06-15 21:32:53 -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 |
|
|
b4c8952538
|
Use Collection.addAll wherever applicable.
|
2024-05-28 22:54:21 -07:00 |
|
|
1bdbe86519
|
Version 0.9.8
|
2024-05-26 21:18:29 -07:00 |
|
|
9de0095fbd
|
Added json configuration parameter
|
2024-05-26 12:36:39 -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 |
|
|
3a5f4f04bd
|
Improved integer-type arguments
|
2024-05-22 16:30:12 -07:00 |
|
|
9c99532298
|
Added support for the Power Assert compiler plugin
|
2024-05-22 15:53:16 -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 |
|
|
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 |
|
|
a87526a0aa
|
Added Kotlin API reference links
|
2023-11-19 11:11:33 -08:00 |
|
|
c83c76dc60
|
Cleaned up Javadoc links
|
2023-11-19 10:59:36 -08:00 |
|
|
59416e4986
|
Minor cleanup
|
2023-11-19 10:46:11 -08:00 |
|
|
2701a439ae
|
Added additional Javadoc
|
2023-11-16 13:36:30 -08:00 |
|
|
46e81b5928
|
Added more tests
|
2023-11-16 10:55:17 -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 |
|