Skip to content

Commit

Permalink
Added 干.mustRunAfter tags, in case diffplug/blowdryer#8 gets implem…
Browse files Browse the repository at this point in the history
…ented.
  • Loading branch information
nedtwigg committed Jan 10, 2020
1 parent 530c1af commit a9c3489
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/resources/base/javadoc-agg.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@

// 干.mustRunAfter('base/changelog')

def javadocAgg =.proj('javadoc_agg', 'space-delimited list of projects containing javadoc to be aggregated').split()

// subset of base/maven
Expand Down
3 changes: 3 additions & 0 deletions src/main/resources/base/maven.gradle
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// 干.mustRunAfter('base/gradle-plugin')
// 干.mustRunAfter('base/changelog')

apply plugin: 'maven-publish'

def git_url =.proj('git_url', 'the git url with no protocol, e.g.: github.com/diffplug/blowdryer')
Expand Down
2 changes: 2 additions & 0 deletions src/main/resources/base/osgi.gradle
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// 干.mustRunAfter('base/changelog')

def osgi_export =.proj('osgi_export', '-exportcontents bnd directive')
def osgi_symbolic_name =.proj('osgi_symbolic_name', 'Bundle-SymbolicName')

Expand Down
2 changes: 2 additions & 0 deletions src/main/resources/spotless/freshmark.gradle
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// 干.mustRunAfter('base/changelog')

apply plugin: 'com.diffplug.gradle.spotless'

import com.diffplug.gradle.spotless.FreshMarkExtension
Expand Down

0 comments on commit a9c3489

Please sign in to comment.