Commit Graph

155 Commits (master)

Author SHA1 Message Date
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
Robinson 6eeecf0b41 Getting JPMS to compile + assemble jars 2021-04-23 10:28:20 +02:00
Robinson fcbb4c93ce removed reset/getter 2021-04-21 14:47:43 +02:00
Robinson f80351b6fe Changed packages 2021-04-21 14:25:30 +02:00
Robinson 1300cac992 Fixed kotlin test 2021-04-17 02:14:16 +02:00
Robinson 333732e1a4 Cleaned up and fixed version parsing. added graceful fallback if version parsing fails. improved performance 2021-04-16 16:48:04 +02:00
Robinson 1e6088c7bb Added `addMavenRepositories` 2021-04-16 16:47:36 +02:00
Robinson a7ddacf6d2 Added default() to set project defaults. Added defaultCompileOptions() 2021-04-16 15:24:46 +02:00
Robinson 6b4916c8a8 Code polish, better handling for version info 2021-04-16 02:08:56 +02:00
Robinson 73e22c177c Added fixMavenPaths() 2021-04-16 02:06:40 +02:00
Robinson 23ce582a27 removed dead code 2021-04-16 02:06:21 +02:00
Robinson 3e6f9fcbe9 updated version 2021-04-14 11:44:14 +02:00
Robinson b438156d0a Changed from coroutine to futures (so we don't require coroutines as part of the build script) 2021-04-14 11:39:25 +02:00
Robinson 8a74fe2ff9 added quotes around current gradle version 2021-04-14 11:13:25 +02:00
Robinson 89085e7565 better safety for dependency resolution 2021-04-13 22:55:42 +02:00
Robinson 669696b347 Added coroutines, updated version 2021-04-13 15:09:07 +02:00
Robinson e7c87f2be1 Refactored to use coroutines when submitting http requests, better batching of dependency data 2021-04-13 15:08:41 +02:00