|
9 | 9 |
|
10 | 10 | | user | updated on | to version | |
11 | 11 | | :----------------------------------------------------------------------- | :---------- | :--------- | |
12 | | -| [blowdryer](https://github.com/diffplug/blowdryer) | 2021-12-16 | `5.1.3` | |
| 12 | +| [atplug](https://github.com/diffplug/atplug) | 2023-01-28 | `7.0.0` | |
| 13 | +| [blowdryer](https://github.com/diffplug/blowdryer) | 2023-01-28 | `7.0.0` | |
13 | 14 | | [durian-globals](https://github.com/diffplug/durian-globals) | 2020-06-05 | `3.2.2` | |
14 | 15 | | [durian-rx](https://github.com/diffplug/durian-rx) | 2020-01-12 | `3.1.0` | |
15 | 16 | | [durian-swt](https://github.com/diffplug/durian-swt) | 2021-12-16 | `5.1.3` | |
16 | 17 | | [goomph](https://github.com/diffplug/goomph) | 2020-12-16 | `5.1.3` | |
| 18 | +| [freshmark](https://github.com/diffplug/freshmark) | 2023-02-05 | `7.0.0` | |
| 19 | +| [jscriptbox](https://github.com/diffplug/jscriptbox) | 2023-02-05 | `7.0.0` | |
17 | 20 | | [libxdiff](https://github.com/diffplug/libxdiff) | 2021-02-18 | `3.3.0` | |
18 | 21 | | [image-grinder](https://github.com/diffplug/image-grinder) | 2020-12-16 | `5.1.3` | |
19 | | -| [spotless-changelog](https://github.com/diffplug/spotless-changelog) | 2021-12-16 | `5.1.3` | |
| 22 | +| [spotless-changelog](https://github.com/diffplug/spotless-changelog) | 2023-01-28 | `7.0.0` | |
20 | 23 | | *internal projects* | | | |
21 | 24 | | [buildcloset](http://gitlab.diffplug.local/diffplug/buildcloset/) | 2020-01-12 | `3.2.5` | |
22 | 25 | | website | 2021-05-28 | `5.0.2` | |
|
27 | 30 | - if `com.diffplug.spotless-changelog` is applied in this or the parent project, then `versionLast` will be set in freshmark |
28 | 31 | - **spotless/java** - applies to `*.gradle` and java sourcesets |
29 | 32 | - `干.proj('license', 'supported: [apache, confidential, lgpl-2.1]')` |
30 | | -- **base/java8** - sets up java 8 with UTF-8, clean eclipse projects, and mavenCentral |
| 33 | +- **base/java** - sets up java 8 with UTF-8, clean eclipse projects, and mavenCentral |
| 34 | + - `干.proj('ver_java', 'target JVM bytecode (8, 11, etc)')` |
| 35 | +- **base/kotlin** - apply `org.jetbrains.kotlin.jvm` |
| 36 | + - `干.projOptional('kotlin_jvmTarget', 'JVM target for the kotlin plugin')` |
31 | 37 | - **base/changelog** - pulls version information from a changelog in either the same project or the parent project |
32 | 38 | - **base/gradle-plugin** - sets up gradle plugin metadata and plugin portal publishing, fixes eclipse to hook gradle |
33 | 39 | - requires `id 'com.gradle.plugin-publish' version '0.10.1'` |
|
54 | 60 | - requires `id 'io.github.gradle-nexus.publish-plugin' version '1.0.0'` |
55 | 61 | - unless `enable_publishing` is set in `gradle.properties`, this will be skipped |
56 | 62 | - `干.proj('nexus_user', 'username for nexus/mavencentral')` |
57 | | - - `干.proj('nexus_pass', 'password for nexus/mavencentral')` |
| 63 | + - `干.proj('nexus_pass64', 'password for nexus/mavencentral')` |
58 | 64 | - `干.proj('gpg_key64', 'gpg --export-secret-keys --armor <key-id>')` |
59 | 65 | - `干.proj('gpg_passphrase', 'passphrase for unlocking gpg_key')` |
60 | 66 | - (also a subset of **base/maven**) |
|
0 commit comments