Commit Graph

121 Commits

Author SHA1 Message Date
Robinson
d6e3010650
updated gradle 2022-11-16 22:14:21 +01:00
Robinson
59aed74e70
Fixed the silliness that is intellij, where it DOES NOT obey overridden output locations. it used to work, but got broken. Creating the build directory tricks intellij into NOT jamming classes into it (incorrectly). 2022-11-16 22:14:14 +01:00
Robinson
3fe620b6a6
Updated version 2022-11-16 00:57:00 +01:00
Robinson
42e370d72a
Fixed updating the gradle wrapper in a multi-project build 2022-11-15 23:39:59 +01:00
Robinson
01eb8a356f
updated version 2022-11-15 00:01:46 +01:00
Robinson
5eae9ab019
Fixed issue where intellij compiles classes into the wrong location, resulting in duplicate/corrupt files when creating jars. 2022-11-15 00:01:37 +01:00
Robinson
e9386c5c95
Fixed comments 2022-11-14 23:45:22 +01:00
Robinson
ae43f426fa
Added gradle version check task 2022-11-14 23:45:02 +01:00
Robinson
ba7d15aaae
Code cleanup 2022-11-14 23:44:37 +01:00
Robinson
27f7b8f4fe
Updated major version, updated to support kotlin 1.7.20 2022-11-11 23:24:02 +01:00
Robinson
b38d7838f7
Better locking when getting classpath. Added more logging when there are problems. 2022-05-30 11:33:39 +02:00
Robinson
01d4fa1f80
Fixed issues when kotlin version is based on java version, and the java version is 1.9 (only 1.6, 1.8 are supported for the 1.x series. 1.9 MUST be 9) 2022-03-03 01:15:15 +01:00
Robinson
824a9aba08
fixed warning 2022-01-25 09:01:04 +01:00
Robinson
7acef682ca
updated version 2021-12-20 11:17:10 -07:00
Robinson
fc1ddc1799
Fixed version typo 2021-12-20 11:16:13 -07:00
Robinson
43dcf1ffd0
Updated version, dependencies and tag info 2021-12-20 11:14:21 -07:00
Robinson
42f0344b62
Code polish, fixed warnings/deprecations. Updated default kotlin version when none is detected. 2021-12-20 11:11:09 -07:00
Robinson
74335d50e3
Require Gradle 7+ now for use in gradle projects 2021-12-20 11:09:26 -07:00
Robinson
aa8f2b57b4
updated version 2021-09-29 22:02:16 +02:00
Robinson
eb3be1b8da
updated daemon 2021-09-29 22:02:06 +02:00
Robinson
39da26eb20
Fixed issues with labda expressions and kotlin JPMS compiles 2021-09-29 22:01:39 +02:00
Robinson
5efd9d9c46
Cleaned up library actions 2021-09-29 21:20:58 +02:00
Robinson
0cf5e02c6d
Fixed wrong api 2021-09-20 03:23:33 +02:00
Robinson
3275c2bdcd
Added copy files to location 2021-09-20 03:17:02 +02:00
Robinson
cf40d820be
Updated version 2021-09-20 03:04:24 +02:00
Robinson
383e172c72
Removed invalid function overload. It caused gradle to crash 2021-09-20 02:57:26 +02:00
Robinson
62f19c7b37
Removed redundant property 2021-09-20 00:56:56 +02:00
Robinson
3f1ad1073a
Merge remote-tracking branch 'origin/master' 2021-09-20 00:56:30 +02:00
Robinson
f02a99882c
Removed test code 2021-09-20 00:56:13 +02:00
Robinson
8b700897e3
Added extra util methods, updated to latest gradle 2021-09-20 00:52:26 +02:00
Robinson
a7abfd466f
updated gradle 2021-09-14 10:44:48 +02:00
Robinson
fd0549a48b
updated gradle 2021-09-11 17:01:13 +02:00
Robinson
a8ca1063d8
updated gradle + kotlin. updated deps 2021-09-11 17:00:37 +02:00
Robinson
578dbd78f9
Updated to gradle 7.2 + kotlin 1.5 2021-09-11 02:01:17 +02:00
Robinson
c1ad1fec7e
Fixed case/imports 2021-09-11 01:46:34 +02:00
Robinson
9f18f19126 Added md5/sha1/sha256 methods 2021-08-01 16:18:42 +02:00
Robinson
f552663c35 Cache gradle version info 2021-05-18 01:56:47 +02:00
Robinson
ad13f42348 fixed unit test compile/run 2021-05-10 11:25:27 +02:00
Robinson
fcde09ef5f Changed compile options to config phase instead of after evaulate 2021-05-10 00:07:47 +02:00
Robinson
e07628fb20 testX source dir correctly gets labelled as a test dir 2021-05-09 23:56:37 +02:00
Robinson
df2ac5f9cd Disable JarURLConnections caching 2021-05-09 21:42:47 +02:00
Robinson
0007a837c8 Only work with the current project, not all projects. 2021-04-27 16:17:30 +02:00
Robinson
2e800f5e7f updated version 2021-04-27 15:59:52 +02:00
Robinson
d3231a1258 Added project name when outputting apply status info 2021-04-27 15:59:44 +02:00
Robinson
fa92ef7849 Updated version 2021-04-26 02:23:17 +02:00
Robinson
dbf01b884f Uses source-sets for kotlin search. (this is ok because it now runs in a task) 2021-04-26 02:23:08 +02:00
Robinson
e3b48fa2ec Added check kotlin task 2021-04-25 23:03:17 +02:00
Robinson
6e6ec96663 Fixed kotlin module errors (the name must be the same throughout the project, otherwise it won't load correctly) 2021-04-25 16:33:23 +02:00
Robinson
917c32720b Fixed maven paths. it wasn't always getting configured correctly 2021-04-25 10:28:12 +02:00
Robinson
d969728b6b Cleaned up kotlin detection, code polish 2021-04-24 00:20:28 +02:00