Skip to content

Commit

Permalink
Remove affectedRate related automation
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexPl292 committed Mar 22, 2024
1 parent 581edba commit ac9e4f6
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 103 deletions.
34 changes: 0 additions & 34 deletions .github/workflows/updateAffectedRate.yml

This file was deleted.

7 changes: 0 additions & 7 deletions scripts/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,6 @@ tasks.register("checkNewPluginDependencies", JavaExec::class) {
classpath = sourceSets["main"].runtimeClasspath
}

tasks.register("updateAffectedRates", JavaExec::class) {
group = "verification"
description = "This job updates Affected Rate field on YouTrack"
mainClass.set("scripts.YouTrackUsersAffectedKt")
classpath = sourceSets["main"].runtimeClasspath
}

tasks.register("calculateNewVersion", JavaExec::class) {
group = "release"
mainClass.set("scripts.release.CalculateNewVersionKt")
Expand Down
62 changes: 0 additions & 62 deletions scripts/src/main/kotlin/scripts/youTrackUsersAffected.kt

This file was deleted.

0 comments on commit ac9e4f6

Please sign in to comment.