Tang Cheng | 8864389 | 2020-10-31 22:00:07 +0800 | [diff] [blame] | 1 | plugins { |
2 | id 'java' | ||||
3 | id 'application' | ||||
4 | } | ||||
5 | |||||
6 | |||||
7 | version = '1.0.0' | ||||
8 | |||||
9 | repositories { | ||||
10 | mavenCentral() | ||||
11 | jcenter() | ||||
12 | } | ||||
13 | |||||
14 | dependencies { | ||||
15 | implementation 'commons-codec:commons-codec:1.15' | ||||
16 | } | ||||
17 | |||||
18 | application { | ||||
19 | mainClass = 'com.supwisdom.dlsmk.DLSMK' | ||||
20 | } |