Commit graph

125 commits

Author SHA1 Message Date
dc5b81e366
Add isMinGW() and isCygwin() methods 2025-03-23 15:14:23 -07:00
96b8139b97
Add /usr/share common kotlinc paths 2025-03-23 03:33:48 -07:00
b0d6a3ac3b
Pass arguments to kotlinc via @argfile 2025-03-23 02:30:17 -07:00
125e9f7327
Move jvmOptions to main compile operation 2025-03-23 02:22:25 -07:00
3a012bf012
Cleanup Kotlin common paths 2025-03-22 10:16:18 -07:00
a21938f7b5
Log the Kotlin compiler location when found 2025-03-21 23:15:20 -07:00
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
9fcc5cc362
Add test for fromProject() using the examples project 2025-03-21 21:04:34 -07:00
54228e3149
Add tests for new compiler plugins 2025-03-21 11:35:12 -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
0f6385e3f3
Bump JUnit to version 5.12.1 2025-03-18 04:18:20 -07:00
048efcb810
Bump bld to version 2.2.1 2025-02-25 09:43:06 -08:00
80f00b41ed
Bump JUnit to version 5.12.0 2025-02-25 09:42:31 -08:00
8dda26e7ef
Version 1.0.5-SNAPSHOT 2025-01-27 13:16:50 -08:00
b59f53ba8a
Bumped AssertJ to version 3.27.3 2025-01-27 12:02:27 -08:00
e1eb395012
Version 1.0.4 2025-01-14 11:49:10 -08:00
316390264e
Fixed BaseProjectBlueprint initialization in tests 2025-01-13 21:28:24 -08:00
3d87280f9c
Updated copyright for 2025 2025-01-13 08:22:01 -08:00
0f6d190cc6
Bumped bld to version 2.2.0 2025-01-13 08:20:59 -08:00
325599575c
Bumped AssertJ to version 3.27.2 2025-01-13 08:20:00 -08:00
0572b64aed
Bumped AssertJ to version 3.27.0 2024-12-28 18:02:00 -08:00
454ca22536
Bumped JUnit to version 5.11.4 2024-12-28 18:01:31 -08:00
fb793e254a
Version 1.0.3 2024-11-28 10:58:51 -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
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
0aea2095cc
Updated dependencies
Bumped Kotlin to version 2.0.21
Bumped JUnit to version 5.11.2
Bumped PMD extension to version 1.1.6
2024-10-10 13:15:11 -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
27bc3a0997
Version 1.0.1 2024-08-30 15:54:36 -07:00
61623728ff
More API cleanups 2024-08-30 15:54:01 -07:00
a52ee51998
Bumped bld to version 2.1.0 2024-08-30 15:16:48 -07:00
c1565e784b
Cleaned up API to match bld operations and options APIs 2024-08-27 00:35:24 -07:00
9cda1e132f
Bumped JUnit to version 5.11.0 2024-08-27 00:31:19 -07:00
0d26e700e3
Version 1.0.0 2024-07-29 15:34:17 -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
c84019de2c
Bumped bld to version 2.0.0-SNAPSHOT 2024-07-11 22:01:28 -07:00
1ad14d56c7
Bumped PMD extension to version 1.1.2 2024-07-10 12:39:04 -07:00
5de764b4b8
Bumped JUnit to version 5.10.3 2024-07-10 12:38:45 -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