Skip to content

Commit 9c2d873

Browse files
Fix package error by renaming ivy-apps to ivy
1 parent f6c6cd1 commit 9c2d873

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
`maven-publish`
44
}
55

6-
group = "com.github.ivy-apps.explicit"
6+
group = "com.github.ivy.explicit"
77
version = "1.0-SNAPSHOT"
88

99
dependencies {

src/main/kotlin/com/github/ivy-apps/explicit/MyRule.kt src/main/kotlin/com/github/ivy/explicit/MyRule.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.github.ivy-apps.explicit
1+
package com.github.ivy.explicit
22

33
import io.gitlab.arturbosch.detekt.api.CodeSmell
44
import io.gitlab.arturbosch.detekt.api.Config

src/main/kotlin/com/github/ivy-apps/explicit/MyRuleSetProvider.kt src/main/kotlin/com/github/ivy/explicit/MyRuleSetProvider.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.github.ivy-apps.explicit
1+
package com.github.ivy.explicit
22

33
import io.gitlab.arturbosch.detekt.api.Config
44
import io.gitlab.arturbosch.detekt.api.RuleSet
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
com.github.ivy-apps.explicit.MyRuleSetProvider
1+
com.github.ivy.explicit.MyRuleSetProvider

src/test/kotlin/com/github/ivy-apps/explicit/MyRuleTest.kt src/test/kotlin/com/github/ivy/explicit/MyRuleTest.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.github.ivy-apps.explicit
1+
package com.github.ivy.explicit
22

33
import io.gitlab.arturbosch.detekt.api.Config
44
import io.gitlab.arturbosch.detekt.rules.KotlinCoreEnvironmentTest

0 commit comments

Comments
 (0)