Commit 4aaf9af
authored
Remove remaining Gradle buildscript blocks (#11975)
chore(gradle): remove datanucleus buildscript block
Load the DataNucleus enhancer from a dedicated project configuration
instead of the script classpath. This keeps the enhancer dependencies
in the normal dependency model and resolves them only when the enhance
task runs.
Also, this project already gets repository setup from the shared Java
build scripts.
chore(gradle): remove forbidden-apis buildscript block
The root build already declares the forbidden-apis plugin version.
Reuse that plugin declaration from the shared script instead of
carrying a second script-level classpath and repository setup.
Merge branch 'master' into bdu/remove-the-last-buildscripts
Co-authored-by: brice.dutheil <brice.dutheil@datadoghq.com>1 parent e98ec49 commit 4aaf9af
3 files changed
Lines changed: 26 additions & 57 deletions
File tree
- dd-java-agent/instrumentation/datanucleus-4.0.5
- gradle
Lines changed: 22 additions & 29 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | 1 | | |
23 | 2 | | |
24 | 3 | | |
| |||
44 | 23 | | |
45 | 24 | | |
46 | 25 | | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
47 | 31 | | |
48 | 32 | | |
49 | 33 | | |
50 | 34 | | |
51 | 35 | | |
52 | | - | |
53 | 36 | | |
54 | 37 | | |
55 | | - | |
| 38 | + | |
| 39 | + | |
56 | 40 | | |
57 | 41 | | |
58 | 42 | | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
65 | 54 | | |
66 | 55 | | |
67 | 56 | | |
| |||
82 | 71 | | |
83 | 72 | | |
84 | 73 | | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
85 | 78 | | |
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
85 | | - | |
| 84 | + | |
| 85 | + | |
86 | 86 | | |
87 | | - | |
| 87 | + | |
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | 1 | | |
26 | 2 | | |
27 | 3 | | |
| |||
0 commit comments