Last change
on this file since 7b221fa was
7b221fa,
checked in by str4d <str4d@…>, 3 years ago
|
Update router version in build.gradle after prop
|
-
Property mode set to
100644
|
File size:
335 bytes
|
Line | |
---|
1 | subprojects { |
---|
2 | apply plugin: 'java' |
---|
3 | |
---|
4 | repositories { |
---|
5 | mavenCentral() |
---|
6 | } |
---|
7 | |
---|
8 | |
---|
9 | dependencies { |
---|
10 | testCompile 'junit:junit:4.+' |
---|
11 | } |
---|
12 | |
---|
13 | sourceCompatibility = 1.6 |
---|
14 | jar { |
---|
15 | manifest { |
---|
16 | attributes 'Implementation-Version': '0.9.31-7' |
---|
17 | } |
---|
18 | } |
---|
19 | } |
---|
20 | |
---|
21 | //apply from: file('gradle/update.gradle') |
---|
Note: See
TracBrowser
for help on using the repository browser.