Skip to content

Commit a9c3489

Browse files
committed
Added 干.mustRunAfter tags, in case diffplug/blowdryer#8 gets implemented.
1 parent 530c1af commit a9c3489

File tree

4 files changed

+9
-0
lines changed

4 files changed

+9
-0
lines changed

src/main/resources/base/javadoc-agg.gradle

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11

2+
// 干.mustRunAfter('base/changelog')
3+
24
def javadocAgg =.proj('javadoc_agg', 'space-delimited list of projects containing javadoc to be aggregated').split()
35

46
// subset of base/maven

src/main/resources/base/maven.gradle

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// 干.mustRunAfter('base/gradle-plugin')
2+
// 干.mustRunAfter('base/changelog')
3+
14
apply plugin: 'maven-publish'
25

36
def git_url =.proj('git_url', 'the git url with no protocol, e.g.: github.com/diffplug/blowdryer')

src/main/resources/base/osgi.gradle

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// 干.mustRunAfter('base/changelog')
2+
13
def osgi_export =.proj('osgi_export', '-exportcontents bnd directive')
24
def osgi_symbolic_name =.proj('osgi_symbolic_name', 'Bundle-SymbolicName')
35

src/main/resources/spotless/freshmark.gradle

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// 干.mustRunAfter('base/changelog')
2+
13
apply plugin: 'com.diffplug.gradle.spotless'
24

35
import com.diffplug.gradle.spotless.FreshMarkExtension

0 commit comments

Comments
 (0)