Commit Graph

80 Commits

Author SHA1 Message Date
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
Robinson
9650e282b5 updated version 2021-03-10 15:06:41 +01:00
Robinson
b9a48fd607 Fixed debug typo 2021-03-10 15:06:30 +01:00
Robinson
05b3e4dc0d updated version info 2021-03-10 14:25:46 +01:00
Robinson
b7c2eba5fa Added SWT type, so other gradle configs can easily get the different SWT configurations 2021-03-10 14:25:06 +01:00
nathan
d26f378c47 updated gradle version 2020-08-29 10:25:10 +02:00
nathan
fc35fb29a0 Updated version info. moved kotlin dependencies to compileOnly to not force kotlin versions in other projects 2020-08-29 10:01:49 +02:00
nathan
de8749b264 Set default kotlin api/lang version based on plugin 2020-08-29 01:20:56 +02:00
nathan
3e094b0e7b updated dependencies 2020-08-17 12:51:07 +02:00
nathan
4c2a8cf0a7 Project changes are now applied to all projects 2020-08-17 12:47:57 +02:00
nathan
61d151bf74 Added convenience methods for getting os type 2020-08-17 12:46:43 +02:00