Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul van der Ende committed Jun 26, 2017
1 parent 0eb7c74 commit f5eb0c4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ buildscript {

apply plugin: 'xebialabs.root.opinions'
apply plugin: 'xebialabs.opinions'
apply plugin: 'com.xebialabs.dependency'

dependencyManagement {
importConf file("gradle/dependencies.conf")
}

allprojects { p ->
group = 'com.xebialabs.deployit.temp4test'
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Mon Oct 03 16:25:04 CEST 2016
languageLevel=1.8
xlReleaseNotesPluginVersion=0.1.1
xlReleaseNotesPluginVersion=0.1.2
xlPluginsPluginVersion=1.1.5-SNAPSHOT
xlRestDocPluginVersion=0.1.0
xlRestDocPluginVersion=0.2.1

0 comments on commit f5eb0c4

Please sign in to comment.