Kobalt 1.0.60 update

This commit is contained in:
Erik C. Thauvin 2017-04-16 19:48:27 -07:00
parent 9409eda0e6
commit 4cad175a8d
5 changed files with 5 additions and 7 deletions

2
.idea/kobalt.xml generated
View file

@ -5,7 +5,7 @@
<KobaltProjectSettings>
<option name="autoDownloadKobalt" value="true" />
<option name="externalProjectPath" value="$PROJECT_DIR$" />
<option name="kobaltHome" value="$USER_HOME$/.kobalt/wrapper/dist/kobalt-1.0.26" />
<option name="kobaltHome" value="$USER_HOME$/.kobalt/wrapper/dist/kobalt-1.0.30" />
<option name="modules">
<set>
<option value="$PROJECT_DIR$" />

View file

@ -12,11 +12,9 @@ val bs = buildScript {
val example = project {
// println(" >>> LOCAL MAVEN REPO: " + localMaven())
println(" >>> LOCAL MAVEN REPO: " + localMaven().removePrefix("file:/"))
name = "example"
group = "com.example"
artifactId = name
version = "0.1"
assemble {

View file

@ -1 +1 @@
kobalt.version=1.0.30
kobalt.version=1.0.60

View file

@ -87,7 +87,7 @@ val p = project {
val example = project(p) {
println(" >>> LOCAL MAVEN REPO: " + localMaven())
println(" >>> LOCAL MAVEN REPO: " + localMaven().removePrefix("file:/"))
name = "example"
group = "com.example"

View file

@ -1 +1 @@
kobalt.version=1.0.30
kobalt.version=1.0.66