Skip to content
This repository has been archived by the owner on Dec 20, 2021. It is now read-only.

Commit

Permalink
Fix according to CR
Browse files Browse the repository at this point in the history
  • Loading branch information
volodymyr.vashchuk committed Oct 7, 2019
1 parent c52cdf6 commit aa45792
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aem65/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ apply plugin: 'io.qameta.allure'

sourceCompatibility = 1.8

def bobcatVersion = System.getProperty("bobcat.version", "2.1.1-SNAPSHOT")
def bobcatVersion = System.getProperty("bobcat.version", "2.1.0")

repositories {
mavenLocal()
Expand All @@ -36,7 +36,7 @@ def profiles = [
]

task loadProperties {
System.setProperty("bobcat.config", "yaml");
System.setProperty("bobcat.config", "yaml")
def profile = System.getProperty('profile', 'default')
if (!profile.equals('default')) {
System.setProperty("bobcat.config.contexts", profiles[profile])
Expand Down

0 comments on commit aa45792

Please sign in to comment.