@@ -142,10 +142,6 @@ public static KeratinGradleExtension get(Project project) {
142142
143143 private final Property <String > globalCacheDir ;
144144 private final Property <String > localCacheDir ;
145- private final Property <String > namedMappingsId ;
146- private final Property <String > exceptionsId ;
147- private final Property <String > signaturesId ;
148- private final Property <String > nestsId ;
149145 private final Property <String > versionsManifestUrl ;
150146 private final ListProperty <MinecraftVersion > minecraftVersions ;
151147 private final Property <Integer > intermediaryGen ;
@@ -200,18 +196,6 @@ public KeratinGradleExtension(Project project) {
200196 this .localCacheDir = this .project .getObjects ().property (String .class );
201197 this .localCacheDir .convention (Constants .ORNITHE_LOCAL_CACHE_DIR );
202198 this .localCacheDir .finalizeValueOnRead ();
203- this .namedMappingsId = this .project .getObjects ().property (String .class );
204- this .namedMappingsId .convention (Constants .FEATHER_ID );
205- this .namedMappingsId .finalizeValueOnRead ();
206- this .exceptionsId = this .project .getObjects ().property (String .class );
207- this .exceptionsId .convention (Constants .RAVEN_ID );
208- this .exceptionsId .finalizeValueOnRead ();
209- this .signaturesId = this .project .getObjects ().property (String .class );
210- this .signaturesId .convention (Constants .SPARROW_ID );
211- this .signaturesId .finalizeValueOnRead ();
212- this .nestsId = this .project .getObjects ().property (String .class );
213- this .nestsId .convention (Constants .NESTS_ID );
214- this .nestsId .finalizeValueOnRead ();
215199 this .versionsManifestUrl = this .project .getObjects ().property (String .class );
216200 this .versionsManifestUrl .convention (Constants .VERSIONS_MANIFEST_URL );
217201 this .versionsManifestUrl .finalizeValueOnRead ();
0 commit comments