Common steps :
- Install MSYS2-x86_64
- At the end of the installation, run it (either automatically or manually)
<?xml version="1.0" encoding="UTF-8"?> | |
<suppressions xmlns="https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.2.xsd"> | |
<suppress> | |
<notes><![CDATA[ | |
False positive, see https://github.com/jeremylong/DependencyCheck/issues/1925 | |
file name: jwks-rsa-0.8.1.jar | |
]]></notes> | |
<gav regex="true">^com\.auth0:jwks-rsa:.*$</gav> | |
<cpe>cpe:/a:auth0:auth0</cpe> | |
</suppress> |
import com.google.gson.JsonElement; | |
import com.google.gson.JsonObject; | |
import com.google.gson.JsonParseException; | |
import mcp.MethodsReturnNonnullByDefault; | |
import net.minecraft.inventory.InventoryCrafting; | |
import net.minecraft.item.Item; | |
import net.minecraft.item.ItemStack; | |
import net.minecraft.item.crafting.IRecipe; | |
import net.minecraft.util.JsonUtils; | |
import net.minecraft.util.NonNullList; |
Common steps :
This script enables Ninja-powered builds in CLion IDE by wrapping around CMake, which it uses. See my blog post for details.
This script is provided AS IS with no guarantees given or responsibilities taken by the author. This script relies on undocumented features of CLion IDE and may lead to instability of build and/or IDE. Use it on your own risk under WTFPL terms.