File tree Expand file tree Collapse file tree 4 files changed +4
-31
lines changed Expand file tree Collapse file tree 4 files changed +4
-31
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
[ ![ ] ( https://jitci.com/gh/TheProgramSrc/SimpleCore-FilesModule/svg )] ( https://jitci.com/gh/TheProgramSrc/SimpleCore-FilesModule )
2
2
[ ![ ] ( 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 )] ( )
3
4
4
5
5
6
# SimpleCore-FilesModule
6
7
File configurations and utils for the SimpleCore API
7
8
8
9
# Documentation
9
10
* [ 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 ->
15
15
if (file.exists()) file.readLines().filter { it.isNotBlank() && ! it.startsWith(" #" ) && it.split(" =" ).size == 2 }.associate { it.split(" =" )[0 ] to it.split(" =" )[1 ] } else emptyMap()
16
16
}.toMutableMap().apply { putAll(System .getenv()) }
17
17
18
- val projectVersion = env[" VERSION" ] ? : " 0.2.2 -SNAPSHOT"
18
+ val projectVersion = env[" VERSION" ] ? : " 0.3.0 -SNAPSHOT"
19
19
20
20
group = " xyz.theprogramsrc"
21
21
version = projectVersion
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ name=FilesModule
3
3
description =@description@
4
4
version =@version@
5
5
author =TheProgramSrc
6
- module-id =filesmodule
6
+ module-id =TheProgramSrc/SimpleCore-FilesModule
You can’t perform that action at this time.
0 commit comments