Subversion Repositories SmartDukaan

Rev

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

Rev 29339 Rev 29698
Line 17... Line 17...
17
apply plugin: 'io.spring.dependency-management'
17
apply plugin: 'io.spring.dependency-management'
18
 
18
 
19
group = 'com.smartdukaan'
19
group = 'com.smartdukaan'
20
version = '0.0.1-SNAPSHOT'
20
version = '0.0.1-SNAPSHOT'
21
sourceCompatibility = 1.8
21
sourceCompatibility = 1.8
22
 
-
 
-
 
22
ext['log4j2.version'] = '2.15.0'
23
repositories {
23
repositories {
24
        
24
        
25
     maven { url "https://repo.maven.apache.org/maven2" }
25
     maven { url "https://repo.maven.apache.org/maven2" }
26
     maven { url 'https://jitpack.io' }
26
     maven { url 'https://jitpack.io' }
27
     mavenLocal()
27
     mavenLocal()