Skip to content

Commit 3240092

Browse files
authored
shadow 9.3.1 (#33)
1 parent 8c522d5 commit 3240092

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* @github/data-pipelines

plugin/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id 'com.gradleup.shadow' version '8.3.8'
2+
id 'com.gradleup.shadow' version '9.3.1'
33
}
44

55
dependencies {
@@ -22,10 +22,10 @@ shadowJar {
2222

2323
publishing {
2424
publications {
25-
shadow(MavenPublication) { publication ->
25+
shadow(MavenPublication) {
2626
artifactId = 'flit-plugin'
2727
version = '2.0'
28-
project.shadow.component(publication)
28+
from components.shadow
2929
}
3030
}
3131
}

0 commit comments

Comments
 (0)