Skip to content

Commit

Permalink
Removing unsnapshot version
Browse files Browse the repository at this point in the history
  • Loading branch information
yogeshkhandelwal committed Dec 10, 2021
1 parent f5c100e commit e3fc4bd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
7 changes: 0 additions & 7 deletions plugins/gradle/__tests__/gradle.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ describe("Gradle Plugin", () => {
"initScmAdapter",
"checkCommitNeeded",
"checkUpdateNeeded",
"unSnapshotVersion",
"checkSnapshotDependencies",
"runBuildTasks",
"updateVersion",
Expand All @@ -89,7 +88,6 @@ describe("Gradle Plugin", () => {
"initScmAdapter",
"checkCommitNeeded",
"checkUpdateNeeded",
"unSnapshotVersion",
"checkSnapshotDependencies",
"runBuildTasks",
"updateVersion",
Expand All @@ -114,7 +112,6 @@ describe("Gradle Plugin", () => {
"initScmAdapter",
"checkCommitNeeded",
"checkUpdateNeeded",
"unSnapshotVersion",
"checkSnapshotDependencies",
"runBuildTasks",
"updateVersion",
Expand All @@ -138,7 +135,6 @@ describe("Gradle Plugin", () => {
"initScmAdapter",
"checkCommitNeeded",
"checkUpdateNeeded",
"unSnapshotVersion",
"checkSnapshotDependencies",
"runBuildTasks",
"updateVersion",
Expand All @@ -162,7 +158,6 @@ describe("Gradle Plugin", () => {
"initScmAdapter",
"checkCommitNeeded",
"checkUpdateNeeded",
"unSnapshotVersion",
"checkSnapshotDependencies",
"runBuildTasks",
"updateVersion",
Expand Down Expand Up @@ -356,7 +351,6 @@ describe("Gradle Plugin", () => {
"initScmAdapter",
"checkCommitNeeded",
"checkUpdateNeeded",
"unSnapshotVersion",
"checkSnapshotDependencies",
"runBuildTasks",
"updateVersion",
Expand Down Expand Up @@ -395,7 +389,6 @@ describe("Gradle Plugin - Custom Command", () => {
"initScmAdapter",
"checkCommitNeeded",
"checkUpdateNeeded",
"unSnapshotVersion",
"checkSnapshotDependencies",
"runBuildTasks",
"updateVersion",
Expand Down
1 change: 0 additions & 1 deletion plugins/gradle/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ export default class GradleReleasePluginPlugin implements IPlugin {
"initScmAdapter",
"checkCommitNeeded",
"checkUpdateNeeded",
"unSnapshotVersion",
"checkSnapshotDependencies",
"runBuildTasks",
"updateVersion",
Expand Down

0 comments on commit e3fc4bd

Please sign in to comment.