Commit 56838dd
authored
Remove Kotlin/Jupyter Gradle plugin (#447)
Remove Kotlin Jupyter Gradle plugin in order to avoid its reliance on
dev versions of the Kotlin Gradle plugin (and the Kotlin compiler). The
original motivation for this was one Kotlin/Jupyter version that was
relying on an unpublished KGP version, [failing builds][1] on #424.
<img width="1090" height="212" alt="Screenshot 2025-08-14 at 20 25 41"
src="https://github.com/user-attachments/assets/8df3fee4-a2e6-4053-b323-1244daa6459e"
/>
That's since been resolved, but beta versions of KGP keep being used and
I'd rather avoid publishing a library built with pre-release versions of
KGP.
<img width="781" height="518" alt="Screenshot 2025-08-14 at 20 25 01"
src="https://github.com/user-attachments/assets/062f3c7d-759f-487e-8d60-62eafed8ce71"
/>
The integration that was previously facilitated by the plugin is now
done manually. `examplesTest` guarantees this is functional.
[1]: https://scans.gradle.com/s/vy3gdlvqaolni1 parent 8335709 commit 56838dd
File tree
5 files changed
+46
-25
lines changed- gradle
- library
- api
- src/main
- kotlin/com/gabrielfeo/develocity/api/internal/jupyter
- resources/META-INF/kotlin-jupyter-libraries
5 files changed
+46
-25
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
7 | | - | |
| 5 | + | |
8 | 6 | | |
9 | 7 | | |
10 | 8 | | |
| |||
26 | 24 | | |
27 | 25 | | |
28 | 26 | | |
29 | | - | |
30 | | - | |
| 27 | + | |
| 28 | + | |
31 | 29 | | |
32 | 30 | | |
33 | 31 | | |
34 | 32 | | |
35 | 33 | | |
36 | 34 | | |
37 | 35 | | |
38 | | - | |
39 | | - | |
40 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
300 | 300 | | |
301 | 301 | | |
302 | 302 | | |
303 | | - | |
| 303 | + | |
304 | 304 | | |
305 | | - | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
306 | 329 | | |
307 | 330 | | |
308 | 331 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | 1 | | |
3 | 2 | | |
4 | 3 | | |
| |||
7 | 6 | | |
8 | 7 | | |
9 | 8 | | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | 9 | | |
18 | 10 | | |
19 | 11 | | |
| |||
Lines changed: 10 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | | - | |
| 7 | + | |
7 | 8 | | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
13 | 16 | | |
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
0 commit comments