Hi all, I'm writing a custom condition that needs to get the value of a property in the project. How do I get a reference to the project from a condition? In a custom task, I would call this.getProject().getProperty("foo"). Since condition is an interface, I have no such option.
Thanks, Brian