Skip to content
Snippets Groups Projects
Commit 176ab40b authored by User expired's avatar User expired
Browse files

removed provider definition from gradle (only needed within vagrant)

parent 4dfa91d6
No related branches found
No related tags found
No related merge requests found
Upcoming version:
-----------------
- removed provider definition from gradle (only needed within vagrant) (Nikolaus Krismer)
- fixed syntax error in Vagrantfile (Nikolaus Krismer)
- preparations to use libvirt on dbis-ci test system (Nikolaus Krismer)
- preparations to use libvirt on dbis-ci test system (Nikolaus Krismer)
......
......@@ -87,10 +87,6 @@ scmversion {
releaseTagPattern = 'v([0-9.]*)'
}
vagrant {
provider = 'virtualbox'
}
vagrantDestroy.doFirst {
if (!vagrantDir.isDirectory()) {
throw new StopExecutionException()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment