mirror of
https://github.com/ethauvin/kobalt-line-count.git
synced 2025-04-25 03:07:11 -07:00
Update
This commit is contained in:
parent
32f698dd16
commit
44afac3620
4 changed files with 13 additions and 4 deletions
10
kobalt/Build.kt.iml
Normal file
10
kobalt/Build.kt.iml
Normal file
|
@ -0,0 +1,10 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<module type="JAVA_MODULE" version="4">
|
||||
<component name="NewModuleRootManager" inherit-compiler-output="true">
|
||||
<exclude-output />
|
||||
<content url="file://$MODULE_DIR$" />
|
||||
<content url="file://D:/Java/jdk1.8.0_05" />
|
||||
<orderEntry type="sourceFolder" forTests="false" />
|
||||
<orderEntry type="library" name="kobalt.jar" level="project" />
|
||||
</component>
|
||||
</module>
|
|
@ -13,7 +13,7 @@ import com.beust.kobalt.plugin.publish.*
|
|||
// suffix = "**Plugin.kt"
|
||||
//}
|
||||
|
||||
val project = kotlinProject {
|
||||
val project = project {
|
||||
name = "kobalt-line-count"
|
||||
group = "com.beust.kobalt"
|
||||
artifactId = name
|
||||
|
@ -28,7 +28,7 @@ val project = kotlinProject {
|
|||
}
|
||||
}
|
||||
|
||||
jcenter {
|
||||
bintray {
|
||||
publish = true
|
||||
}
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
kobalt.version=0.388
|
||||
kobalt.version=0.605
|
Loading…
Add table
Add a link
Reference in a new issue