Skip to content

Commit

Permalink
Remove build tasks on sync
Browse files Browse the repository at this point in the history
  • Loading branch information
Yeregorix committed Dec 19, 2024
1 parent 677e57f commit 7758e35
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 20 deletions.
11 changes: 0 additions & 11 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -184,17 +184,6 @@ indraSpotlessLicenser {
property("url", projectUrl)
}

idea {
if (project != null) {
(project as ExtensionAware).extensions["settings"].run {
(this as ExtensionAware).extensions.getByType(org.jetbrains.gradle.ext.TaskTriggersConfig::class).run {
afterSync(":modlauncher-transformers:build")
afterSync(":library-manager:build")
}
}
}
}

allprojects {
configurations.configureEach {
resolutionStrategy.dependencySubstitution {
Expand Down
9 changes: 0 additions & 9 deletions modlauncher-transformers/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
plugins {
eclipse
idea
}
// Make sure jar is present for other projects
eclipse {
synchronizationTasks(tasks.jar)
}

val organization: String by project
val projectUrl: String by project

Expand Down

0 comments on commit 7758e35

Please sign in to comment.