
net.rdrei.android.buildtimetracker.reporters.TrueTimeProvider.groovy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gradle-plugin Show documentation
Show all versions of gradle-plugin Show documentation
Gradle plugin which tracks your build times.
package net.rdrei.android.buildtimetracker.reporters;
public class TrueTimeProvider {
public long getCurrentTime() {
return System.currentTimeMillis();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy