mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-07-23 15:20:53 +00:00
move additional build data in its own constants class
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package com.volmit.iris;
|
||||
|
||||
// The constants are replaced before compilation
|
||||
public interface BuildConstants {
|
||||
String ENVIRONMENT = "${environment}";
|
||||
String COMMIT = "${commit}";
|
||||
}
|
||||
Reference in New Issue
Block a user