Skip to content

Commit

Permalink
refactor: Move plugins to dedicated package
Browse files Browse the repository at this point in the history
  • Loading branch information
phinner committed Apr 12, 2024
1 parent 94a2f6d commit 26c42f9
Show file tree
Hide file tree
Showing 5 changed files with 6 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 @@ -86,7 +86,7 @@ indraPluginPublishing {

plugin(
"toxopid",
"com.xpdustry.toxopid.ToxopidPlugin",
"com.xpdustry.toxopid.plugin.ToxopidPlugin",
"Toxopid",
project.description,
listOf("mindustry", "testing", "boilerplate"),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*/
package com.xpdustry.toxopid
package com.xpdustry.toxopid.plugin

import com.xpdustry.toxopid.Toxopid
import com.xpdustry.toxopid.extension.toxopid
import com.xpdustry.toxopid.task.GithubArtifactDownload
import com.xpdustry.toxopid.task.MindustryExec
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*/
package com.xpdustry.toxopid
package com.xpdustry.toxopid.plugin

import com.xpdustry.toxopid.extension.toxopid
import com.xpdustry.toxopid.spec.ModPlatform
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*/
package com.xpdustry.toxopid
package com.xpdustry.toxopid.plugin

import org.gradle.api.Plugin
import org.gradle.api.Project
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*/
package com.xpdustry.toxopid
package com.xpdustry.toxopid.plugin

import com.xpdustry.toxopid.extension.toxopid
import com.xpdustry.toxopid.spec.ModPlatform
Expand Down

0 comments on commit 26c42f9

Please sign in to comment.