Skip to content

Commit

Permalink
Merge pull request #50 from TheProgramSrc/patch/simplecoreapi-0.7.0
Browse files Browse the repository at this point in the history
patch: fixed module properties to follow new format
  • Loading branch information
Im-Fran committed Sep 20, 2023
2 parents 61d0021 + 24e91eb commit 4b7469f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 31 deletions.
28 changes: 0 additions & 28 deletions CHANGELOG.md

This file was deleted.

3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
[![](https://jitci.com/gh/TheProgramSrc/SimpleCore-FilesModule/svg)](https://jitci.com/gh/TheProgramSrc/SimpleCore-FilesModule)
[![](https://jitpack.io/v/TheProgramSrc/SimpleCore-FilesModule.svg)](https://jitpack.io/#TheProgramSrc/SimpleCore-FilesModule)
[![](https://img.shields.io/nexus/s/xyz.theprogramsrc/filesmodule?server=https%3A%2F%2Fs01.oss.sonatype.org)]()


# SimpleCore-FilesModule
File configurations and utils for the SimpleCore API

# Documentation
* [Wiki](https://github.com/TheProgramSrc/SimpleCore-FilesModule/wiki)
* [JavaDocs](https://theprogramsrc.github.io/SimpleCore-FilesModule/)
* [JavaDocs](https://docs.theprogramsrc.xyz/SimpleCore-FilesModule/)
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ val env = project.rootProject.file(".env").let { file ->
if(file.exists()) file.readLines().filter { it.isNotBlank() && !it.startsWith("#") && it.split("=").size == 2 }.associate { it.split("=")[0] to it.split("=")[1] } else emptyMap()
}.toMutableMap().apply { putAll(System.getenv()) }

val projectVersion = env["VERSION"] ?: "0.2.2-SNAPSHOT"
val projectVersion = env["VERSION"] ?: "0.3.0-SNAPSHOT"

group = "xyz.theprogramsrc"
version = projectVersion
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/module.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ name=FilesModule
description=@description@
version=@version@
author=TheProgramSrc
module-id=filesmodule
module-id=TheProgramSrc/SimpleCore-FilesModule

0 comments on commit 4b7469f

Please sign in to comment.