Skip to content

Commit 4b7469f

Browse files
authored
Merge pull request #50 from TheProgramSrc/patch/simplecoreapi-0.7.0
patch: fixed module properties to follow new format
2 parents 61d0021 + 24e91eb commit 4b7469f

File tree

4 files changed

+4
-31
lines changed

4 files changed

+4
-31
lines changed

CHANGELOG.md

Lines changed: 0 additions & 28 deletions
This file was deleted.

README.md

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

45

56
# SimpleCore-FilesModule
67
File configurations and utils for the SimpleCore API
78

89
# Documentation
910
* [Wiki](https://github.com/TheProgramSrc/SimpleCore-FilesModule/wiki)
10-
* [JavaDocs](https://theprogramsrc.github.io/SimpleCore-FilesModule/)
11+
* [JavaDocs](https://docs.theprogramsrc.xyz/SimpleCore-FilesModule/)

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ val env = project.rootProject.file(".env").let { file ->
1515
if(file.exists()) file.readLines().filter { it.isNotBlank() && !it.startsWith("#") && it.split("=").size == 2 }.associate { it.split("=")[0] to it.split("=")[1] } else emptyMap()
1616
}.toMutableMap().apply { putAll(System.getenv()) }
1717

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

2020
group = "xyz.theprogramsrc"
2121
version = projectVersion

src/main/resources/module.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ name=FilesModule
33
description=@description@
44
version=@version@
55
author=TheProgramSrc
6-
module-id=filesmodule
6+
module-id=TheProgramSrc/SimpleCore-FilesModule

0 commit comments

Comments
 (0)