vylet
09/28/2020, 6:32 PM@file:DependsOn("org.slf4j:slf4j-simple:1.7.30", exclude = "org.slf4j:slf4j-api")
ilya.chernikov
10/01/2020, 12:28 PMvylet
10/03/2020, 5:36 PMvylet
10/03/2020, 5:36 PM<dependency>
<groupId>com.spotify</groupId>
<artifactId>docker-client</artifactId>
<classifier>shaded</classifier>
<version>3.5.12</version>
</dependency>
in above example, can I mention the classifier in main kts script somehow?ilya.chernikov
10/06/2020, 8:58 AMmain-kts
uses different - ivy
-based resolver, and this scenario hasn't been tested. If you find it working, please tell.
BTW, we'll gladly accept PRs with improvements in these libs. If you're willing to contribute, please speak up, and we can discuss the directions.vylet
10/08/2020, 3:49 PM