Skip to content

Commit a32bbfc

Browse files
committed
Don't need freshmark anymore.
1 parent 3b8de6b commit a32bbfc

File tree

2 files changed

+3
-22
lines changed

2 files changed

+3
-22
lines changed

README.md

Lines changed: 3 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,10 @@
11
# <img align="left" src="_images/logo_128.png"> AtPlug: Sockets and Plugs without boilerplate
22

3-
<!---freshmark shields
4-
output = [
5-
link(shield('Gradle plugin', 'plugins.gradle.org', 'com.diffplug.atplug', 'blue'), 'https://plugins.gradle.org/plugin/com.diffplug.spotless-changelog'),
6-
link(shield('Maven central', 'mavencentral', 'available', 'blue'), 'https://search.maven.org/search?q=g:com.diffplug.spotless-changelog'),
7-
link(shield('Apache 2.0', 'license', 'apache-2.0', 'blue'), 'https://tldrlegal.com/license/apache-license-2.0-(apache-2.0)'),
8-
'',
9-
link(shield('Changelog', 'changelog', versionLast, 'brightgreen'), 'CHANGELOG.md'),
10-
link(shield('Javadoc', 'javadoc', 'yes', 'brightgreen'), 'https://javadoc.jitpack.io/com/github/diffplug/spotless-changelog/spotless-changelog-agg/release~{{versionLast}}/javadoc/'),
11-
link(shield('Live chat', 'gitter', 'chat', 'brightgreen'), 'https://gitter.im/diffplug/spotless-changelog'),
12-
link(image('CircleCI', 'https://circleci.com/gh/diffplug/spotless-changelog.svg?style=shield'), 'https://circleci.com/gh/diffplug/spotless-changelog')
13-
].join('\n');
14-
-->
15-
[![Gradle plugin](https://img.shields.io/badge/plugins.gradle.org-com.diffplug.atplug-blue.svg)](https://plugins.gradle.org/plugin/com.diffplug.spotless-changelog)
16-
[![Maven central](https://img.shields.io/badge/mavencentral-available-blue.svg)](https://search.maven.org/search?q=g:com.diffplug.spotless-changelog)
3+
[![Gradle Plugin Portal](https://img.shields.io/gradle-plugin-portal/v/com.diffplug.atplug?color=blue&label=gradle%20plugin%20portal)](https://plugins.gradle.org/plugin/com.diffplug.atplug)
4+
[![Maven central](https://img.shields.io/maven-central/v/com.diffplug.atplug/atplug-runtime?color=blue&label=com.diffplug.atplug%3Aatplug-runtime)](https://search.maven.org/artifact/com.diffplug.atplug/atplug-runtime)
5+
[![Changelog](https://img.shields.io/badge/changelog-here-blue)](CHANGELOG.md)
176
[![Apache 2.0](https://img.shields.io/badge/license-apache--2.0-blue.svg)](https://tldrlegal.com/license/apache-license-2.0-(apache-2.0))
187

19-
[![Changelog](https://img.shields.io/badge/changelog-1.0.0-brightgreen.svg)](CHANGELOG.md)
20-
[![Javadoc](https://img.shields.io/badge/javadoc-yes-brightgreen.svg)](https://javadoc.jitpack.io/com/github/diffplug/spotless-changelog/spotless-changelog-agg/release~1.0.0/javadoc/)
21-
[![Live chat](https://img.shields.io/badge/gitter-chat-brightgreen.svg)](https://gitter.im/diffplug/spotless-changelog)
22-
[![CircleCI](https://circleci.com/gh/diffplug/spotless-changelog.svg?style=shield)](https://circleci.com/gh/diffplug/spotless-changelog)
23-
<!---freshmark /shields -->
24-
25-
268
## AtPlug is...
279

2810
- a plugin system for the JVM

build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ group = 干.proj('maven_group', 'the maven group, recommend com.diffplug')
1313
allprojects {
1414
apply from: 干.file('base/changelog.gradle')
1515
}
16-
apply from: 干.file('spotless/freshmark.gradle')
1716
apply from: 干.file('base/sonatype.gradle')
1817

1918
String VER_JUNIT_JUPITER = '5.9.1'

0 commit comments

Comments
 (0)