Skip to content

Commit

Permalink
Fix package error by renaming ivy-apps to ivy
Browse files Browse the repository at this point in the history
  • Loading branch information
ILIYANGERMANOV committed Jan 29, 2024
1 parent f6c6cd1 commit 9c2d873
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
`maven-publish`
}

group = "com.github.ivy-apps.explicit"
group = "com.github.ivy.explicit"
version = "1.0-SNAPSHOT"

dependencies {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.github.ivy-apps.explicit
package com.github.ivy.explicit

import io.gitlab.arturbosch.detekt.api.CodeSmell
import io.gitlab.arturbosch.detekt.api.Config
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.github.ivy-apps.explicit
package com.github.ivy.explicit

import io.gitlab.arturbosch.detekt.api.Config
import io.gitlab.arturbosch.detekt.api.RuleSet
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
com.github.ivy-apps.explicit.MyRuleSetProvider
com.github.ivy.explicit.MyRuleSetProvider
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.github.ivy-apps.explicit
package com.github.ivy.explicit

import io.gitlab.arturbosch.detekt.api.Config
import io.gitlab.arturbosch.detekt.rules.KotlinCoreEnvironmentTest
Expand Down

0 comments on commit 9c2d873

Please sign in to comment.