Kobalt 1.0.90, Mustache 0.9.4, TestNG 6.12 updates.
This commit is contained in:
parent
4e99013a7e
commit
7b500cc8fc
8 changed files with 28 additions and 61 deletions
|
@ -19,13 +19,13 @@
|
|||
</library>
|
||||
</orderEntry>
|
||||
<orderEntry type="module-library">
|
||||
<library name="Kobalt: com.beust.kobalt:kobalt:jar:1.0.87">
|
||||
<library name="Kobalt: com.beust.kobalt:kobalt:jar:1.0.90">
|
||||
<CLASSES>
|
||||
<root url="jar://$USER_HOME$/.kobalt/wrapper/dist/kobalt-1.0.87/kobalt/wrapper/kobalt-1.0.87.jar!/" />
|
||||
<root url="jar://$USER_HOME$/.kobalt/wrapper/dist/kobalt-1.0.90/kobalt/wrapper/kobalt-1.0.90.jar!/" />
|
||||
</CLASSES>
|
||||
<JAVADOC />
|
||||
<SOURCES>
|
||||
<root url="jar://$USER_HOME$/.kobalt/wrapper/dist/kobalt-1.0.87/kobalt/wrapper/kobalt-1.0.87-sources.jar!/" />
|
||||
<root url="jar://$USER_HOME$/.kobalt/wrapper/dist/kobalt-1.0.90/kobalt/wrapper/kobalt-1.0.90-sources.jar!/" />
|
||||
</SOURCES>
|
||||
</library>
|
||||
</orderEntry>
|
||||
|
|
|
@ -72,11 +72,12 @@ val semver = project {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
compile("com.github.spullara.mustache.java:compiler:0.9.4")
|
||||
compile("com.github.spullara.mustache.java:compiler:0.9.5")
|
||||
compileOnly("org.jetbrains.kotlin:kotlin-stdlib:1.1.51")
|
||||
}
|
||||
|
||||
dependenciesTest {
|
||||
compile("org.testng:testng:6.11")
|
||||
compile("org.testng:testng:6.12")
|
||||
}
|
||||
|
||||
assemble {
|
||||
|
|
|
@ -1 +1 @@
|
|||
kobalt.version=1.0.87
|
||||
kobalt.version=1.0.90
|
Loading…
Add table
Add a link
Reference in a new issue