Provide a method for common publishing configuration.

This commit is contained in:
Ilya Gorbunov
2017-03-29 06:50:18 +03:00
parent 92ef26606b
commit 0b2cadc638
14 changed files with 84 additions and 28 deletions
+3
View File
@@ -6,6 +6,9 @@ description = 'Kotlin Standard Library for JS'
apply plugin: 'kotlin2js'
configurePublishing(project)
def builtinsSrcDir = "${buildDir}/builtin-sources"
def commonSrcDir = "${buildDir}/common-sources"
def commonTestSrcDir = "${buildDir}/common-test-sources"