Skip to content

Commit

Permalink
- Add java version to publishing
Browse files Browse the repository at this point in the history
- Add Matt to authors
  • Loading branch information
hashalite committed Feb 4, 2024
1 parent 00ec7da commit 263ae22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ subprojects {
versionType = rootProject.release_type
curseEnvironment = "client"
loaders = [ project.name ]
javaVersions = ["Java ${project.java.targetCompatibility}"]

// Get the changelog entry using the changelog plugin
changelog = provider {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ org.gradle.jvmargs=-Xmx4G

mod_version=1.2.2
maven_group=net.xolt.freecam
authors=hashalite
authors=hashalite,Matt Sturgeon
description=A highly customizable freecam mod.
modrinth_name=(Modrinth Edition)
modrinth_description=Some features have been restricted to comply with Modrinth's Content Rules.
Expand Down

0 comments on commit 263ae22

Please sign in to comment.