Commit Graph

90 Commits

Author SHA1 Message Date
Robinson
a7abfd466f
updated gradle 2021-09-14 10:44:48 +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
Robinson
803b5f9f0c added default for version 2021-04-13 15:08:05 +02:00
Robinson
fda32e9819 Fixed issues with scanning all dependencies 2021-04-13 13:05:25 +02:00
Robinson
500d6dce3e Code cleanup, added config.resolve() 2021-04-12 23:44:31 +02:00
Robinson
2d6c2e1b5d updated version 2021-04-11 23:16:13 +02:00
Robinson
6907581237 Fixed issue for java compile, so tasks correctly reflect the compile java version (if set at different times) 2021-04-11 23:15:45 +02:00
Robinson
935a00bef1 updated version 2021-04-11 02:50:21 +02:00
Robinson
472bf221cc The build script section will always have the gradle plugin repo! 2021-04-11 02:50:06 +02:00
Robinson
371977596d updated version 2021-04-11 02:33:26 +02:00
Robinson
2cfc899d8f Added possible choices when an update has multiple (in addition to the latest release) 2021-04-11 02:33:00 +02:00
Robinson
0f1661a28f Updated gradle 2021-04-11 02:11:30 +02:00
Robinson
a8c721ed70 Better management of duplicate dependencies (with possibly different version numbers) 2021-04-11 02:10:52 +02:00
Robinson
ee09959bdd Updated the updateDependencies task, so that it queries the repository servers directly, instead of whatever weird stuff com.github.ben-manes:gradle-versions-plugin was doing to take 16 minutes to **parse** the project dependency hierarchy. 2021-04-11 01:47:32 +02:00
Robinson
52ef7fa9a8 Added kotlinJavaVersion specification (if java compile and kotlin compile target different JVM versions) 2021-04-06 01:35:48 +02:00
Robinson
1bbbb37429 Added is64bit info to swtType 2021-03-11 02:18:28 +01:00
Robinson
a2d64c68bb Fixed typo 2021-03-10 19:42:24 +01:00