mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-07-23 15:20:53 +00:00
7 lines
186 B
Java
7 lines
186 B
Java
package art.arcane.iris;
|
|
|
|
// The constants are replaced before compilation
|
|
public interface BuildConstants {
|
|
String ENVIRONMENT = "${environment}";
|
|
String COMMIT = "${commit}";
|
|
} |