|
6 | 6 |
|
7 | 7 | description 'toxiclibs-library for JRubyArt' |
8 | 8 |
|
9 | | - organization 'ruby-processing', 'https://ruby-processing.github.io' |
10 | | - |
11 | 9 | developer 'monkstone' do |
12 | 10 | name 'Martin Prout' |
13 | 11 | email 'mamba2928@yahoo.co.uk' |
14 | 12 | roles 'developer' |
15 | 13 | end |
16 | 14 |
|
17 | | - license 'LGPL 2', 'http://www.gnu.org/licenses/lgpl-2.1-standalone.html' |
18 | | - |
19 | 15 | issue_management 'https://github.com/ruby-processing/toxiclibs/issues', 'Github' |
20 | 16 |
|
21 | 17 | source_control( :url => 'https://github.com/ruby-processing/toxiclibs', |
22 | 18 | :connection => 'scm:git:git://github.com/ruby-processing/toxiclibs.git', |
23 | 19 | :developer_connection => 'scm:git:git@github.com:ruby-processing/toxiclibs.git' ) |
24 | 20 |
|
25 | 21 | properties( 'source.directory' => 'src', |
26 | | - 'target.release' => '11', |
| 22 | + 'polyglot.dump.pom' => 'pom.xml', |
27 | 23 | 'project.build.sourceEncoding' => 'UTF-8', |
| 24 | + 'target.release' => '11', |
28 | 25 | 'polyglot.dump.pom' => 'pom.xml' |
29 | 26 | ) |
30 | 27 |
|
31 | 28 | jar 'org.processing:core:3.3.7' |
32 | 29 |
|
| 30 | + overrides do |
| 31 | + plugin( :compiler, '3.8.1', |
| 32 | + 'release' => '11' ) |
| 33 | + plugin :javadoc, '2.10.4' |
| 34 | + plugin( |
| 35 | + :jar, '3.2.0', |
| 36 | + 'archive' => { |
| 37 | + 'manifestFile' => 'MANIFEST.MF' |
| 38 | + } |
| 39 | + ) |
| 40 | + plugin :jdeps, '3.1.2' do |
| 41 | + execute_goals 'jdkinternals', 'test-jdkinternals' |
| 42 | + end |
| 43 | + |
| 44 | + end |
33 | 45 |
|
34 | | - plugin(:compiler, '3.8.1', |
35 | | - 'release' => '${target.release}') |
36 | | - plugin(:javadoc, '2.10.4', |
37 | | - 'detectOfflineLinks' => 'false', |
38 | | - 'links' => ['${processing.api}', |
39 | | - '${jruby.api}']) |
40 | | - plugin :jdeps, '3.1.2' do |
41 | | - execute_goals 'jdkinternals', 'test-jdkinternals' |
42 | | - end |
43 | 46 |
|
44 | 47 | build do |
45 | | - resource do |
46 | | - excludes '**/**/*.java' |
47 | | - end |
48 | 48 | default_goal 'package' |
49 | 49 | source_directory '${source.directory}/main/java' |
50 | 50 | final_name 'toxiclibs' |
51 | 51 | end |
| 52 | + |
52 | 53 | end |
0 commit comments