1 // -*- Mode: Java; indent-tabs-mode: t; tab-width: 4 -*-
2 // ---------------------------------------------------------------------------
4 // Copyright (C) Stephanie Gawroriski <xer@multiphasicapps.net>
5 // ---------------------------------------------------------------------------
6 // SquirrelJME is under the GNU General Public License v3+, or later.
7 // See license.mkd for licensing and copyright information.
8 // ---------------------------------------------------------------------------
10 package cc
.squirreljme
.plugin
.multivm
;
12 import org
.gradle
.api
.Task
;
13 import org
.gradle
.api
.specs
.Spec
;
16 * This always evaluates to true.
20 public class AlwaysTrue
28 public boolean isSatisfiedBy(Task __task
)