File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change 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
67File 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/ )
Original file line number Diff line number Diff 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
2020group = " xyz.theprogramsrc"
2121version = projectVersion
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ name=FilesModule
33description =@description@
44version =@version@
55author =TheProgramSrc
6- module-id =filesmodule
6+ module-id =TheProgramSrc/SimpleCore-FilesModule
You can’t perform that action at this time.
0 commit comments