Skip to content

Commit 85a940a

Browse files
strobelmstrobelm
strobelm
authored and
strobelm
committed
Added sources to jar artifacts. Added logo images.
1 parent d3ffd50 commit 85a940a

File tree

4 files changed

+9
-0
lines changed

4 files changed

+9
-0
lines changed

Procyon.Core/build.gradle

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
subname = 'core'
2+
3+
/*
4+
see Expressions build.gradle file for surefire plugin
5+
*/

build.gradle

+4
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ allprojects {
1919
dependencies {
2020
testCompile 'junit:junit:4.11'
2121
}
22+
23+
jar {
24+
from sourceSets.main.allSource
25+
}
2226
}
2327

2428
subprojects {

logo.png

18 KB
Loading

logo_small.png

7.65 KB
Loading

0 commit comments

Comments
 (0)