mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-24 23:47:11 -07:00
fix build.gradle some more
This commit is contained in:
parent
b69c9e2fbc
commit
a6dff8247a
1 changed files with 1 additions and 15 deletions
16
build.gradle
16
build.gradle
|
@ -2,15 +2,10 @@ buildscript {
|
|||
ext.kotlin_version = '1.0.0-beta-2423'
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
jcenter()
|
||||
maven {
|
||||
url 'http://oss.sonatype.org/content/repositories/snapshots'
|
||||
}
|
||||
}
|
||||
dependencies {
|
||||
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:${kotlin_version}"
|
||||
classpath "org.jetbrains.kotlin:kotlin-stdlib:${kotlin_version}"
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -22,23 +17,18 @@ version = '0.121'
|
|||
|
||||
//apply plugin: 'java'
|
||||
apply plugin: 'kotlin'
|
||||
//apply plugin: 'application'
|
||||
apply plugin: 'com.jfrog.bintray'
|
||||
|
||||
apply from: 'gradle/publishing.gradle'
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
jcenter()
|
||||
maven {
|
||||
url 'http://oss.sonatype.org/content/repositories/snapshots'
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compile "org.jetbrains.kotlin:kotlin-stdlib:${kotlin_version}",
|
||||
"org.jetbrains.kotlin:kotlin-compiler-embeddable:${kotlin_version}",
|
||||
'org.jetbrains.kotlinx:kotlinx.dom:0.0.2',
|
||||
'org.jetbrains.kotlinx:kotlinx.dom:0.0.4',
|
||||
'org.jetbrains.dokka:dokka-fatjar:0.9.2',
|
||||
// "org.jetbrains.kotlin:kotlin-compiler:${kotlin_version}",
|
||||
|
||||
|
@ -73,10 +63,6 @@ artifacts {
|
|||
file('build/libs/kobalt.jar')
|
||||
sourceJar
|
||||
}
|
||||
sourceSets {
|
||||
main.java.srcDirs += 'src/main/kotlin'
|
||||
test.java.srcDirs += 'src/test/kotlin'
|
||||
}
|
||||
|
||||
test {
|
||||
useTestNG()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue