Subversion Repositories SmartDukaan

Rev

Rev 26215 | Rev 28380 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 26215 Rev 26216
Line 20... Line 20...
20
version = '0.0.1-SNAPSHOT'
20
version = '0.0.1-SNAPSHOT'
21
sourceCompatibility = 1.8
21
sourceCompatibility = 1.8
22
 
22
 
23
repositories {
23
repositories {
24
        
24
        
25
     maven { url "http://repo.maven.apache.org/maven2" }
25
     maven { url "https://repo.maven.apache.org/maven2" }
26
     mavenLocal()
26
     mavenLocal()
27
}
27
}
28
 
28
 
29
task copyEnv{
29
task copyEnv{
30
	Set environments = ["dev", "staging", "prod"]
30
	Set environments = ["dev", "staging", "prod"]