Skip to content

Commit

Permalink
also find and replace goooler plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
skovati committed Sep 5, 2024
1 parent e5fefe5 commit ed744af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions procedural/examples/foo-procedures/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar

plugins {
id 'java'
id 'io.github.goooler.shadow' version '8.1.7'
id 'com.gradleup.shadow' version '8.3.0'
}

java {
Expand Down Expand Up @@ -69,10 +69,6 @@ tasks.create("generateSchedulingProcedureJarTasks") {
attributes 'Main-Class': getMainClassFromGeneratedFile(file)
}
minimize()
dependencies {
// exclude project(':procedural:timeline')
// exclude dependency(":kotlin.*")
}
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion procedural/processor/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id 'java-library'
id 'maven-publish'
id 'io.github.goooler.shadow' version '8.1.7'
id 'com.gradleup.shadow' version '8.3.0'
}

java {
Expand Down

0 comments on commit ed744af

Please sign in to comment.