Skip to content

Commit

Permalink
updated version; changed build path
Browse files Browse the repository at this point in the history
  • Loading branch information
makeevrserg committed Dec 20, 2022
1 parent e4da4e6 commit 016846e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ tasks.shadowJar {
from(project.configurations.runtimeClasspath)
minimize()
archiveBaseName.set(libs.versions.name.get())
destinationDirectory.set(File("./build/output/"))
destinationDirectory.set(File(libs.versions.destinationDirectoryPath.get()))
}
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[versions]
# Plugin/Mod core
plugin = "3.0.0"
plugin = "4.0.0"
name = "AstraTemplate"
group = "com.astrainteractive"
description = "Template plugin for EmpireProjekt"
destinationDirectoryPath = "D:\\Minecraft Servers\\TEST_SERVER\\plugins"
destinationDirectoryPath = "D:\\Minecraft Servers\\EmpireProjekt_remake\\smp\\plugins"
destinationDirectoryFabricPath = "C:\\Users\\makee\\Desktop\\server\\mods"
destinationDirectoryForgePath = "C:\\Users\\makee\\Desktop\\Forge\\mods"
# Core
Expand Down

0 comments on commit 016846e

Please sign in to comment.