Skip to main content
summaryrefslogtreecommitdiffstats
blob: 80eafefbf46b535d6fa87cd35ea4e4541b80057a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
bin.includes = META-INF/,\
               git-hash,\
               plugin.properties,\
               LICENSE.txt,\
               README.md
src.includes = git-hash,\
               LICENSE.txt,\
               README.md
jars.compile.order = .
source.. = src/
output.. = bin/

Back to the top