Skip to content

Commit 23b927e

Browse files
committed
Publish plugin marker artifact
1 parent b6e5b99 commit 23b927e

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

affectedmoduledetector/build.gradle

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,15 @@ jacoco {
1616
toolVersion = "0.8.8"
1717
}
1818

19+
gradlePlugin {
20+
plugins {
21+
affectedModuleDetectorPlugin {
22+
id = GROUP
23+
implementationClass = "com.dropbox.affectedmoduledetector.AffectedModuleDetectorPlugin"
24+
}
25+
}
26+
}
27+
1928
dependencies {
2029
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
2130
testImplementation("junit:junit:4.13.2")

affectedmoduledetector/src/main/resources/META-INF/gradle-plugins/com.dropbox.affectedmoduledetector.properties

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)