Skip to content

Commit 9c392e7

Browse files
committed
Update user list.
1 parent 4b57112 commit 9c392e7

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,17 @@
99

1010
| user | updated on | to version |
1111
| :----------------------------------------------------------------------- | :---------- | :--------- |
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` |
1314
| [durian-globals](https://github.com/diffplug/durian-globals) | 2020-06-05 | `3.2.2` |
1415
| [durian-rx](https://github.com/diffplug/durian-rx) | 2020-01-12 | `3.1.0` |
1516
| [durian-swt](https://github.com/diffplug/durian-swt) | 2021-12-16 | `5.1.3` |
1617
| [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` |
1720
| [libxdiff](https://github.com/diffplug/libxdiff) | 2021-02-18 | `3.3.0` |
1821
| [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` |
2023
| *internal projects* | | |
2124
| [buildcloset](http://gitlab.diffplug.local/diffplug/buildcloset/) | 2020-01-12 | `3.2.5` |
2225
| website | 2021-05-28 | `5.0.2` |
@@ -27,7 +30,10 @@
2730
- if `com.diffplug.spotless-changelog` is applied in this or the parent project, then `versionLast` will be set in freshmark
2831
- **spotless/java** - applies to `*.gradle` and java sourcesets
2932
- `干.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')`
3137
- **base/changelog** - pulls version information from a changelog in either the same project or the parent project
3238
- **base/gradle-plugin** - sets up gradle plugin metadata and plugin portal publishing, fixes eclipse to hook gradle
3339
- requires `id 'com.gradle.plugin-publish' version '0.10.1'`
@@ -54,7 +60,7 @@
5460
- requires `id 'io.github.gradle-nexus.publish-plugin' version '1.0.0'`
5561
- unless `enable_publishing` is set in `gradle.properties`, this will be skipped
5662
- `干.proj('nexus_user', 'username for nexus/mavencentral')`
57-
- `干.proj('nexus_pass', 'password for nexus/mavencentral')`
63+
- `干.proj('nexus_pass64', 'password for nexus/mavencentral')`
5864
- `干.proj('gpg_key64', 'gpg --export-secret-keys --armor <key-id>')`
5965
- `干.proj('gpg_passphrase', 'passphrase for unlocking gpg_key')`
6066
- (also a subset of **base/maven**)

0 commit comments

Comments
 (0)