Join Slack
Powered by
Have encountered a strange issue when building a J...
# multiplatform
n
napperley
07/30/2018, 11:52 PM
Have encountered a strange issue when building a JAR for a
Common
lib via Gradle. Every time the JAR is created it only contains the manifest file.
napperley
07/31/2018, 3:47 AM
Found a workaround: Get the
jar
task and set the
baseName
property, eg:
Copy code
val jar by tasks.getting(Jar::class) { baseName = moduleName }
napperley
07/31/2018, 3:50 AM
Should a bin JAR for a Common module only contain a manifest, and
kotlin_metadata
files?
2
Views
Open in Slack
Previous
Next