File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
buildSrc/src/main/kotlin/net/kautler
java/net/kautler/command/api
resources/net/kautler/command/api Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ dependencies {
8181
8282normalization {
8383 runtimeClasspath {
84- ignore(" net/kautler/command/version.properties" )
84+ ignore(" net/kautler/command/api/ version.properties" )
8585 }
8686}
8787
@@ -111,7 +111,7 @@ tasks.processResources {
111111 inputs.property(" commitId" , commitId)
112112 inputs.property(" buildTimestamp" , now)
113113 filteringCharset = " ISO-8859-1"
114- filesMatching(" net/kautler/command/version.properties" ) {
114+ filesMatching(" net/kautler/command/api/ version.properties" ) {
115115 expand(
116116 " version" to version,
117117 " commitId" to commitId,
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ public class Version {
3535 * The resource from which the version properties are read.
3636 */
3737 private static final URL versionPropertiesResource =
38- Version .class .getResource ("../ version.properties" );
38+ Version .class .getResource ("version.properties" );
3939
4040 /**
4141 * The version of this library.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments