diff options
author | Robert Jaros <rjaros@finn.pl> | 2020-03-11 16:18:17 +0100 |
---|---|---|
committer | Robert Jaros <rjaros@finn.pl> | 2020-03-11 16:18:17 +0100 |
commit | 9e243a469ae6544e8cf523ad09b959f541c3f565 (patch) | |
tree | be9c7447e221af49180c9e98434df7f988b940b8 /pom.gradle | |
parent | ec6084c42c13a621e17b17bd40d90b5c7879f0ec (diff) | |
download | kvision-9e243a469ae6544e8cf523ad09b959f541c3f565.tar.gz kvision-9e243a469ae6544e8cf523ad09b959f541c3f565.tar.bz2 kvision-9e243a469ae6544e8cf523ad09b959f541c3f565.zip |
Upgrade to Kotlin 1.3.70 + other dependencies (Coroutinse, Serialization, Spring Boot)
Major refactoring of build architecture.
Diffstat (limited to 'pom.gradle')
-rw-r--r-- | pom.gradle | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/pom.gradle b/pom.gradle deleted file mode 100644 index 3deafa50..00000000 --- a/pom.gradle +++ /dev/null @@ -1,33 +0,0 @@ -def pomConfig = { - licenses { - license { - name "MIT" - url "https://opensource.org/licenses/MIT" - distribution "repo" - } - } - developers { - developer { - id "rjaros" - name "Robert Jaros" - organization "Treksoft" - organizationUrl "http://www.treksoft.pl" - } - } - - scm { - url "https://github.com/rjaros/kvision.git" - } -} - -def withPom = { pom -> - pom.withXml { - def root = asNode() - root.appendNode('name', project.name) - root.appendNode('description', 'Object oriented web framework for Kotlin/JS') - root.appendNode('url', 'https://github.com/rjaros/kvision') - root.children().last() + pomConfig - } -} - -ext.withPom = withPom |