Skip to content

Commit

Permalink
More Gradle related setup
Browse files Browse the repository at this point in the history
  • Loading branch information
rubengees committed Nov 28, 2017
1 parent 3305faf commit fffc786
Show file tree
Hide file tree
Showing 76 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion gradle/versions.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ext {
gradleVersion = '4.3.1'
squitVersion = '1.0.0'
squitVersion = '1.0.2'

gradlePublishVersion = '0.9.9'
bintrayPublishVersion = '1.7.3'
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1 +1 @@
include 'library', 'plugin'
include 'squit-plugin', 'squit-library'
File renamed without changes.
6 changes: 3 additions & 3 deletions plugin/build.gradle → squit-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ configurations {
}

dependencies {
implementation project(':library')
implementation project(':squit-library')

implementation "org.jetbrains.kotlin:kotlin-stdlib-jre8:$kotlinVersion"
implementation "org.jetbrains.kotlinx:kotlinx-html-jvm:$kotlinHtmlVersion"
Expand All @@ -45,12 +45,12 @@ dependencies {
implementation "com.squareup.okhttp3:okhttp:$okhttpVersion"
implementation "nu.studer:java-ordered-properties:$orderedPropertiesVersion"
implementation("com.github.wumpz:diffutils:$diffUtilsVersion") {
exclude group: 'org.eclipse.jgit'
exclude group: 'org.eclipse.jgit', module: '*'
}

implementation "org.webjars:bootstrap:$bootstrapVersion"
implementation("org.webjars.npm:diff2html:$diff2htmlVersion") {
exclude group: 'org.webjars.npm'
exclude group: 'org.webjars.npm', module: '*'
}

testImplementation gradleTestKit()
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit fffc786

Please sign in to comment.