Skip to content

Commit

Permalink
Use io.github package
Browse files Browse the repository at this point in the history
  • Loading branch information
cypherdare committed Mar 13, 2022
1 parent e6052ad commit 6e841b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ plugins {
`maven-publish`
}

group = "com.github.14v"
group = "io.github.14v"
version = "1.1.2"

application {
mainClass.set("com.github.fourteenv.NonStopKt")
mainClass.set("io.github.fourteenv.NonStopKt")
}

repositories {
Expand Down
2 changes: 1 addition & 1 deletion src/main/kotlin/NonStop.kt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.github.fourteenv
package io.github.fourteenv

import org.w3c.dom.NamedNodeMap
import org.w3c.dom.Node
Expand Down

0 comments on commit 6e841b2

Please sign in to comment.