Davide Giuseppe Farella
06/06/2020, 10:13 PMDeactivated User
06/07/2020, 2:18 AMDavide Giuseppe Farella
06/07/2020, 5:10 AMDeactivated User
06/07/2020, 8:45 AM# bintray location
<http://project.bintray.org|project.bintray.org>=korlibs
project.bintray.repository=korlibs
project.bintray.package=korio
# project info
project.name=korio-root
project.scm.url=<https://github.com/korlibs/korio>
project.description=I/O utilities for Kotlin
project.license.name=MIT License
project.license.url=<https://raw.githubusercontent.com/korlibs/korio/master/LICENSE>
Davide Giuseppe Farella
06/07/2020, 9:02 AMDeactivated User
06/07/2020, 9:03 AMcreateNewVersion
task that bumps the version= in the gradle.properties + create a one commit with that and another commit with -SNAPSHOT. It also adds a http server for JS (not sure if that's available already on Kotlin.JS). It also adds automatically some repositories (like the bintray ones) etc. It detects and applies Android, allowing to set sdk versions via properties. It configures JVM testing to show exceptions andallow to configure them in headless mode so you can use some AWT functionality on CI directly. Also configure all the native targets + common variantsDavide Giuseppe Farella
06/07/2020, 9:17 AMexposeVersion()
into your libs, is that somehow related with the publishing?
In my lib publish
must be called explicitly in the module’s gradle, so I can inject params in DSL style, like
publish {
// explicit params or fetch from gradle.properties
...
developers {
dev {
name = "4face"
mail = "..."
}
..
}
Would that somehow be possible with your lib, where publish
is implicit?
Does it support nested modules, like following?
- root
- util
- kotlin
- android
- something
- somethingOther
...
Deactivated User
06/07/2020, 9:34 AMbuild.gradle.kts
. That's optionalDavide Giuseppe Farella
06/07/2020, 9:34 AMDeactivated User
06/07/2020, 9:35 AMDavide Giuseppe Farella
06/07/2020, 3:38 PMA problem occurred starting process 'command '/Users/davide/Dev/Kotlin/Assert4K/gradlew_win''