konstantin.tskhovrebov
5f0303698e
Add kotlin artifacts config and object collections for extensibility.
...
Extending by external plugins:
project.kotlinArtifactsExtension.apply {
artifactConfigs.all {
//add custom extension to artifact config DSL
(it as ExtensionAware).extensions.create("myConfig", Config::class.java)
}
artifacts.all {
val config = it.extensions.findByName("myConfig") as Config
//configure additional tasks, etc
//here we can use artifact parameters
}
}
2022-04-21 08:32:26 +00:00
..
2022-02-22 12:35:03 +00:00
2022-04-14 16:54:32 +00:00
2022-02-18 07:30:50 +00:00
2022-04-19 18:15:05 +02:00
2022-04-04 20:37:59 +02:00
2021-09-26 20:10:29 +03:00
2021-07-29 19:45:57 +02:00
2022-04-19 22:54:40 +02:00
2021-07-29 19:45:57 +02:00
2022-04-04 20:37:59 +02:00
2022-04-21 08:32:26 +00:00
2022-04-19 22:54:40 +02:00
2022-04-04 20:38:00 +02:00
2022-04-19 00:39:24 +03:00
2022-04-19 00:39:24 +03:00
2022-04-21 08:32:25 +00:00
2022-03-17 15:39:46 +00:00
2022-04-04 20:37:59 +02:00
2021-12-16 21:48:23 +03:00
2021-12-16 21:48:23 +03:00
2022-04-04 20:37:59 +02:00
2022-04-04 20:38:00 +02:00
2021-12-16 21:48:19 +03:00
2022-04-19 22:54:40 +02:00
2021-07-29 19:45:57 +02:00
2021-07-29 19:45:57 +02:00
2021-07-29 19:45:57 +02:00
2022-03-30 08:32:56 +00:00
2022-02-22 21:43:29 +03:00
2021-07-29 19:45:57 +02:00
2021-09-08 23:43:55 +03:00
2022-04-04 20:38:00 +02:00
2022-04-04 17:51:40 +00:00
2022-03-09 13:17:06 +00:00
2022-04-04 20:38:00 +02:00
2022-03-30 08:32:56 +00:00
2022-04-04 20:38:00 +02:00
2021-09-26 20:10:29 +03:00
2022-02-05 06:21:49 +00:00
2022-04-14 14:21:31 +03:00
2022-04-19 00:39:21 +03:00
2022-03-17 16:53:41 +00:00
2022-03-25 00:04:30 +01:00
2022-04-14 14:21:31 +03:00
2022-02-22 21:43:28 +03:00
2021-07-05 14:11:12 +00:00
2022-04-19 22:54:40 +02:00
2022-04-19 22:54:40 +02:00