Ещё одна тема про ошибку компиляции на 1.7.10

Версия Minecraft
1.7.10
API
Forge
4
1
Доброго времени суток, друзья. Про свою проблему ничего не нашёл. Сам зелен, и понять что да как не могу.
Ай.. Держите код что-ли:


Java:
WARNING: You are using an unsupported version of ForgeGradle.
Please consider upgrading to ForgeGradle 4 and helping in the efforts to get old versions working on the modern toolchain.
See https://gist.github.com/TheCurle/fe7ad3ede188cbdd15c235cc75d52d4a for more info on contributing.
#################################################
         ForgeGradle 1.2.2-g2ea0336
  https://github.com/MinecraftForge/ForgeGradle
#################################################
               Powered by MCP unknown
             http://modcoderpack.com
         by: Searge, ProfMobius, Fesh0r,
         R4wk, ZeuX, IngisKahn, bspkrs
#################################################
:compileApiJava UP-TO-DATE
:processApiResources UP-TO-DATE
:apiClasses UP-TO-DATE
:sourceMainJava UP-TO-DATE
:compileJava
warning: [options] bootstrap class path not set in conjunction with -source 1.6
C:\skyrim\build\sources\java\io\gitlab\dwarfyassassin\lotrucp\core\UCPClassTransformer.java:31: error: diamond operator is not supported in -source 1.6
                        HashSet<Patcher> removes = new HashSet<>();
                                                               ^
  (use -source 7 or higher to enable diamond operator)
C:\skyrim\build\sources\java\io\gitlab\dwarfyassassin\lotrucp\core\UCPCoreMod.java:55: error: diamond operator is not supported in -source 1.6
                activePatches = new ArrayList<>();
                                              ^
  (use -source 7 or higher to enable diamond operator)
C:\skyrim\build\sources\java\io\gitlab\dwarfyassassin\lotrucp\core\hooks\GenericModHooks.java:38: error: diamond operator is not supported in -source 1.6
                        HashSet<ItemStack> toRemove = new HashSet<>();
                                                                  ^
  (use -source 7 or higher to enable diamond operator)
C:\skyrim\build\sources\java\io\gitlab\dwarfyassassin\lotrucp\core\patches\base\Patcher.java:8: error: diamond operator is not supported in -source 1.6
        protected Map<String, ConsumerImplBecauseNoLambdas<ClassNode>> classes = new HashMap<>();
                                                                                             ^
  (use -source 7 or higher to enable diamond operator)
C:\skyrim\build\sources\java\lotr\client\LOTRAlignmentTicker.java:10: error: diamond operator is not supported in -source 1.6
    private static Map<LOTRFaction, LOTRAlignmentTicker> allFactionTickers = new HashMap<>();
                                                                                         ^
  (use -source 7 or higher to enable diamond operator)
C:\skyrim\build\sources\java\lotr\client\LOTRGuiHandler.java:42: error: diamond operator is not supported in -source 1.6
    public static final Set<Class<? extends Container>> coinCount_excludedContainers = new HashSet<>();
                                                                                                   ^
  (use -source 7 or higher to enable diamond operator)
C:\skyrim\build\sources\java\lotr\client\LOTRItemRendererManager.java:90: error: diamond operator is not supported in -source 1.6
        largeItemRenderers = new ArrayList<>();
                                           ^
  (use -source 7 or higher to enable diamond operator)
C:\skyrim\build\sources\java\lotr\client\LOTRKeyHandler.java:50: error: diamond operator is not supported in -source 1.6
        HashMap<LOTRDimension.DimensionRegion, LOTRFaction> lastViewedRegions = new HashMap<>();
                                                                                            ^
  (use -source 7 or higher to enable diamond operator)
C:\skyrim\build\sources\java\lotr\client\LOTRLang.java:38: error: diamond operator is not supported in -source 1.6
            ArrayList<ZipEntry> langFiles = new ArrayList<>();
                                                          ^
  (use -source 7 or higher to enable diamond operator)
C:\skyrim\build\sources\java\lotr\client\LOTRSpeechClient.java:8: error: diamond operator is not supported in -source 1.6
    private static Map<UUID, TimedSpeech> npcSpeeches = new HashMap<>();
                                                                    ^
  (use -source 7 or higher to enable diamond operator)
C:\skyrim\build\sources\java\lotr\client\LOTRTextBody.java:9: error: diamond operator is not supported in -source 1.6
    private List<TextColor> list = new ArrayList<>();
                                                 ^
  (use -source 7 or higher to enable diamond operator)
C:\skyrim\build\sources\java\lotr\client\LOTRTextures.java:441: error: diamond operator is not supported in -source 1.6
        eyesTextures = new HashMap<>();
                                   ^
  (use -source 7 or higher to enable diamond operator)
C:\skyrim\build\sources\java\lotr\client\LOTRTickHandlerClient.java:523: error: diamond operator is not supported in -source 1.6
                    ArrayList<String> lines = new ArrayList<>();
                                                            ^
  (use -source 7 or higher to enable diamond operator)
C:\skyrim\build\sources\java\lotr\client\gui\LOTRGuiAlignmentChoices.java:23: error: diamond operator is not supported in -source 1.6
    private Map<LOTRFaction, LOTRGuiButtonRedBook> facButtons = new HashMap<>();
                                                                            ^
  (use -source 7 or higher to enable diamond operator)
C:\skyrim\build\sources\java\lotr\client\gui\LOTRGuiFactions.java:147: error: diamond operator is not supported in -source 1.6
        HashMap<LOTRDimension.DimensionRegion, LOTRFaction> lastViewedRegions = new HashMap<>();
                                                                                            ^
  (use -source 7 or higher to enable diamond operator)
C:\skyrim\build\sources\java\lotr\client\gui\LOTRGuiFellowships.java:23: error: diamond operator is not supported in -source 1.6
    private List<LOTRFellowshipClient> allFellowshipsLeading = new ArrayList<>();
                                                                             ^
  (use -source 7 or higher to enable diamond operator)
C:\skyrim\build\sources\java\lotr\client\gui\LOTRGuiMainMenu.java:213: error: diamond operator is not supported in -source 1.6
        waypointRoute = new ArrayList<>();
                                      ^
  (use -source 7 or higher to enable diamond operator)
C:\skyrim\build\sources\java\lotr\client\gui\LOTRGuiMap.java:38: error: diamond operator is not supported in -source 1.6
    private static Map<UUID, PlayerLocationInfo> playerLocations = new HashMap<>();
                                                                               ^
  (use -source 7 or higher to enable diamond operator)
C:\skyrim\build\sources\java\lotr\client\gui\LOTRGuiMenu.java:33: error: diamond operator is not supported in -source 1.6
        ArrayList<LOTRGuiButtonMenu> menuButtons = new ArrayList<>();
                                                                 ^
  (use -source 7 or higher to enable diamond operator)
C:\skyrim\build\sources\java\lotr\client\gui\LOTRGuiNotificationDisplay.java:23: error: diamond operator is not supported in -source 1.6
    private List<Notification> notifications = new ArrayList<>();
                                                             ^
  (use -source 7 or higher to enable diamond operator)
C:\skyrim\build\sources\java\lotr\client\gui\LOTRGuiRedBook.java:49: error: diamond operator is not supported in -source 1.6
    private Map<LOTRMiniQuest, Pair<Integer, Integer>> displayedMiniQuests = new HashMap<>();
                                                                                         ^
  (use -source 7 or higher to enable diamond operator)
C:\skyrim\build\sources\java\lotr\client\gui\LOTRGuiTitles.java:19: error: diamond operator is not supported in -source 1.6
    private List<LOTRTitle> displayedTitles = new ArrayList<>();
                                                            ^
  (use -source 7 or higher to enable diamond operator)
C:\skyrim\build\sources\java\lotr\client\model\LOTRArmorModels.java:22: error: diamond operator is not supported in -source 1.6
    private Map<ModelBiped, Map<Item, ModelBiped>> specialArmorModels = new HashMap<>();
                                                                                    ^
  (use -source 7 or higher to enable diamond operator)
C:\skyrim\build\sources\java\lotr\client\render\LOTRBufferedImageIcon.java:14: error: diamond operator is not supported in -source 1.6
    private static Set<String> loadedResources = new HashSet<>();
                                                             ^
  (use -source 7 or higher to enable diamond operator)
C:\skyrim\build\sources\java\lotr\client\render\LOTRConnectedTextures.java:18: error: diamond operator is not supported in -source 1.6
    private static Map<String, Map<Integer, IIcon>> blockIconsMap = new HashMap<>();
                                                                                ^
  (use -source 7 or higher to enable diamond operator)
C:\skyrim\build\sources\java\lotr\client\render\LOTRDrinkIcons.java:18: error: diamond operator is not supported in -source 1.6
    private static Map<String, BufferedImage> vesselIcons = new HashMap<>();
                                                                        ^
  (use -source 7 or higher to enable diamond operator)
C:\skyrim\build\sources\java\lotr\client\render\LOTRRenderNorthernLights.java:323: error: diamond operator is not supported in -source 1.6
            HashSet<AuroraCycle> removes = new HashSet<>();
                                                       ^
  (use -source 7 or higher to enable diamond operator)
C:\skyrim\build\sources\java\lotr\client\render\entity\LOTRRandomSkins.java:21: error: diamond operator is not supported in -source 1.6
    private static Map<String, LOTRRandomSkins> allRandomSkins = new HashMap<>();
                                                                             ^
  (use -source 7 or higher to enable diamond operator)
C:\skyrim\build\sources\java\lotr\client\render\entity\LOTRRenderBanner.java:20: error: diamond operator is not supported in -source 1.6
    private static Map<LOTRItemBanner.BannerType, ResourceLocation> bannerTextures = new HashMap<>();
                                                                                                 ^
  (use -source 7 or higher to enable diamond operator)
C:\skyrim\build\sources\java\lotr\client\render\entity\LOTRRenderBird.java:15: error: diamond operator is not supported in -source 1.6
    private static Map<String, LOTRRandomSkins> birdTypeSkins = new HashMap<>();
                                                                            ^
  (use -source 7 or higher to enable diamond operator)
C:\skyrim\build\sources\java\lotr\client\render\entity\LOTRRenderBossTrophy.java:16: error: diamond operator is not supported in -source 1.6
    private static Map<LOTRItemBossTrophy.TrophyType, ResourceLocation> trophyTextures = new HashMap<>();
                                                                                                     ^
  (use -source 7 or higher to enable diamond operator)
C:\skyrim\build\sources\java\lotr\client\render\entity\LOTRRenderButterfly.java:15: error: diamond operator is not supported in -source 1.6
    private static Map<LOTREntityButterfly.ButterflyType, LOTRRandomSkins> textures = new HashMap<>();
                                                                                                  ^
  (use -source 7 or higher to enable diamond operator)
C:\skyrim\build\sources\java\lotr\client\render\entity\LOTRRenderCamel.java:26: error: diamond operator is not supported in -source 1.6
    private static Map<String, ResourceLocation> coloredCarpetTextures = new HashMap<>();
                                                                                     ^
  (use -source 7 or higher to enable diamond operator)
C:\skyrim\build\sources\java\lotr\client\render\entity\LOTRRenderFish.java:14: error: diamond operator is not supported in -source 1.6
    private static Map<String, LOTRRandomSkins> fishTypeSkins = new HashMap<>();
                                                                            ^
  (use -source 7 or higher to enable diamond operator)
C:\skyrim\build\sources\java\lotr\client\render\entity\LOTRRenderHaradSlave.java:11: error: diamond operator is not supported in -source 1.6
    private static Map<LOTREntityHaradSlave.SlaveType, LOTRRandomSkins> slaveSkinsMale = new HashMap<>();
                                                                                                     ^
  (use -source 7 or higher to enable diamond operator)
C:\skyrim\build\sources\java\lotr\client\render\entity\LOTRRenderHorse.java:18: error: diamond operator is not supported in -source 1.6
    private static Map<String, ResourceLocation> layeredMountTextures = new HashMap<>();
                                                                                    ^
  (use -source 7 or higher to enable diamond operator)
C:\skyrim\build\sources\java\lotr\client\render\entity\LOTRSwingHandler.java:21: error: diamond operator is not supported in -source 1.6
    private static Map<EntityLivingBase, SwingTime> entitySwings = new HashMap<>();
                                                                               ^
  (use -source 7 or higher to enable diamond operator)
C:\skyrim\build\sources\java\lotr\client\render\item\LOTRRenderBow.java:26: error: diamond operator is not supported in -source 1.6
            this.tokensPullStates = new HashMap<>();
                                                ^
  (use -source 7 or higher to enable diamond operator)
C:\skyrim\build\sources\java\lotr\client\render\item\LOTRRenderLargeItem.java:22: error: diamond operator is not supported in -source 1.6
    private static Map<String, Float> sizeFolders = new HashMap<>();
                                                                ^
  (use -source 7 or higher to enable diamond operator)
C:\skyrim\build\sources\java\lotr\client\render\tileentity\LOTRRenderChest.java:17: error: diamond operator is not supported in -source 1.6
    private static Map<String, ResourceLocation> chestTextures = new HashMap<>();
                                                                             ^
  (use -source 7 or higher to enable diamond operator)
C:\skyrim\build\sources\java\lotr\client\render\tileentity\LOTRRenderKebabStand.java:15: error: diamond operator is not supported in -source 1.6
    private static Map<String, ResourceLocation> standTextures = new HashMap<>();
                                                                             ^
  (use -source 7 or higher to enable diamond operator)
C:\skyrim\build\sources\java\lotr\client\render\tileentity\LOTRRenderSignCarved.java:20: error: diamond operator is not supported in -source 1.6
    private static Map<IIcon, Integer> iconAverageColors = new HashMap<>();
                                                                       ^
  (use -source 7 or higher to enable diamond operator)
C:\skyrim\build\sources\java\lotr\client\sound\LOTRAmbience.java:28: error: diamond operator is not supported in -source 1.6
    private List<ISound> playingWindSounds = new ArrayList<>();
                                                           ^
  (use -source 7 or higher to enable diamond operator)
C:\skyrim\build\sources\java\lotr\client\sound\LOTRMusic.java:148: error: diamond operator is not supported in -source 1.6
            ArrayList<LOTRMusicTrack> packTracks = new ArrayList<>();
                                                                 ^
  (use -source 7 or higher to enable diamond operator)
C:\skyrim\build\sources\java\lotr\client\sound\LOTRMusicResourceManager.java:10: error: diamond operator is not supported in -source 1.6
    private Map<ResourceLocation, IResource> resourceMap = new HashMap<>();
                                                                       ^
  (use -source 7 or higher to enable diamond operator)
C:\skyrim\build\sources\java\lotr\client\sound\LOTRMusicTrack.java:13: error: diamond operator is not supported in -source 1.6
    private Map<LOTRMusicRegion, LOTRTrackRegionInfo> regions = new HashMap<>();
                                                                            ^
  (use -source 7 or higher to enable diamond operator)
C:\skyrim\build\sources\java\lotr\client\sound\LOTRRegionTrackPool.java:9: error: diamond operator is not supported in -source 1.6
    private List<LOTRMusicTrack> trackList = new ArrayList<>();
                                                           ^
  (use -source 7 or higher to enable diamond operator)
C:\skyrim\build\sources\java\lotr\client\sound\LOTRTrackRegionInfo.java:9: error: diamond operator is not supported in -source 1.6
    private List<String> subregions = new ArrayList<>();
                                                    ^
  (use -source 7 or higher to enable diamond operator)
C:\skyrim\build\sources\java\lotr\client\sound\LOTRTrackSorter.java:9: error: diamond operator is not supported in -source 1.6
        ArrayList<LOTRMusicTrack> sorted = new ArrayList<>();
                                                         ^
  (use -source 7 or higher to enable diamond operator)
C:\skyrim\build\sources\java\lotr\common\LOTRAchievement.java:27: error: diamond operator is not supported in -source 1.6
    public List<LOTRFaction> enemyFactions = new ArrayList<>();
                                                           ^
  (use -source 7 or higher to enable diamond operator)
C:\skyrim\build\sources\java\lotr\common\LOTRBannerProtection.java:27: error: diamond operator is not supported in -source 1.6
    private static Map<Pair, Integer> protectionBlocks = new HashMap<>();
                                                                     ^
  (use -source 7 or higher to enable diamond operator)
C:\skyrim\build\sources\java\lotr\common\LOTRConfig.java:258: error: diamond operator is not supported in -source 1.6
        ArrayList<IConfigElement> list = new ArrayList<>();
                                                       ^
  (use -source 7 or higher to enable diamond operator)
C:\skyrim\build\sources\java\lotr\common\LOTRDate.java:76: error: diamond operator is not supported in -source 1.6
        private static Map<Integer, Date> cachedDates = new HashMap<>();
                                                                    ^
  (use -source 7 or higher to enable diamond operator)
C:\skyrim\build\sources\java\lotr\common\LOTRDimension.java:23: error: diamond operator is not supported in -source 1.6
    public Map<Integer, Integer> colorsToBiomeIDs = new HashMap<>();
                                                                ^
  (use -source 7 or higher to enable diamond operator)
C:\skyrim\build\sources\java\lotr\common\LOTREventHandler.java:1826: error: diamond operator is not supported in -source 1.6
                ArrayList<ChunkPosition> removes = new ArrayList<>();
                                                                 ^
  (use -source 7 or higher to enable diamond operator)
C:\skyrim\build\sources\java\lotr\common\LOTRFoods.java:79: error: diamond operator is not supported in -source 1.6
        ArrayList<ItemStack> foodsNoContainer = new ArrayList<>();
                                                              ^
  (use -source 7 or higher to enable diamond operator)
C:\skyrim\build\sources\java\lotr\common\LOTRGreyWandererTracker.java:15: error: diamond operator is not supported in -source 1.6
    private static Map<UUID, Integer> activeGreyWanderers = new HashMap<>();
                                                                        ^
  (use -source 7 or higher to enable diamond operator)
C:\skyrim\build\sources\java\lotr\common\LOTRLevelData.java:377: error: diamond operator is not supported in -source 1.6
        ArrayList<UUID> clearing = new ArrayList<>();
                                                 ^
  (use -source 7 or higher to enable diamond operator)
C:\skyrim\build\sources\java\lotr\common\LOTRLore.java:37: error: diamond operator is not supported in -source 1.6
                ArrayList<LOTRLore> allLore = new ArrayList<>();
                                                            ^
  (use -source 7 or higher to enable diamond operator)
C:\skyrim\build\sources\java\lotr\common\LOTRPatron.java:11: error: diamond operator is not supported in -source 1.6
        ArrayList<String> list = new ArrayList<>();
                                               ^
  (use -source 7 or higher to enable diamond operator)
C:\skyrim\build\sources\java\lotr\common\LOTRPlayerData.java:42: error: diamond operator is not supported in -source 1.6
    private Map<LOTRFaction, Float> alignments = new HashMap<>();
                                                             ^
  (use -source 7 or higher to enable diamond operator)
C:\skyrim\build\sources\java\lotr\common\LOTRReflection.java:195: error: diamond operator is not supported in -source 1.6
            ArrayList<ICommand> mapremoves = new ArrayList<>();
                                                           ^
  (use -source 7 or higher to enable diamond operator)
C:\skyrim\build\sources\java\lotr\common\LOTRShields.java:174: error: diamond operator is not supported in -source 1.6
        public List<LOTRShields> list = new ArrayList<>();
                                                      ^
  (use -source 7 or higher to enable diamond operator)
C:\skyrim\build\sources\java\lotr\common\LOTRSpawnDamping.java:15: error: diamond operator is not supported in -source 1.6
    public static Map<String, Float> spawnDamping = new HashMap<>();
                                                                ^
  (use -source 7 or higher to enable diamond operator)
C:\skyrim\build\sources\java\lotr\common\LOTRTitle.java:12: error: diamond operator is not supported in -source 1.6
    public static List<LOTRTitle> allTitles = new ArrayList<>();
                                                            ^
  (use -source 7 or higher to enable diamond operator)
C:\skyrim\build\sources\java\lotr\common\block\LOTRBlockAnimalJar.java:83: error: diamond operator is not supported in -source 1.6
        ArrayList<ItemStack> drops = new ArrayList<>();
                                                   ^
  (use -source 7 or higher to enable diamond operator)
C:\skyrim\build\sources\java\lotr\common\block\LOTRBlockBerryBush.java:166: error: diamond operator is not supported in -source 1.6
        ArrayList<ItemStack> drops = new ArrayList<>();
                                                   ^
  (use -source 7 or higher to enable diamond operator)
C:\skyrim\build\sources\java\lotr\common\block\LOTRBlockCorn.java:192: error: diamond operator is not supported in -source 1.6
        ArrayList<ItemStack> drops = new ArrayList<>(super.getDrops(world, i, j, k, meta, fortune));
                                                   ^
  (use -source 7 or higher to enable diamond operator)
C:\skyrim\build\sources\java\lotr\common\block\LOTRBlockCorruptMallorn.java:51: error: diamond operator is not supported in -source 1.6
        ArrayList<ItemStack> drops = new ArrayList<>();
                                                   ^
  (use -source 7 or higher to enable diamond operator)
C:\skyrim\build\sources\java\lotr\common\block\LOTRBlockCraftingTable.java:13: error: diamond operator is not supported in -source 1.6
    public static List<LOTRBlockCraftingTable> allCraftingTables = new ArrayList<>();
                                                                                 ^
  (use -source 7 or higher to enable diamond operator)
C:\skyrim\build\sources\java\lotr\common\block\LOTRBlockDeadPlant.java:26: error: diamond operator is not supported in -source 1.6
        ArrayList<ItemStack> drops = new ArrayList<>();
                                                   ^
  (use -source 7 or higher to enable diamond operator)
C:\skyrim\build\sources\java\lotr\common\block\LOTRBlockFallenLeaves.java:19: error: diamond operator is not supported in -source 1.6
    public static List<LOTRBlockFallenLeaves> allFallenLeaves = new ArrayList<>();
                                                                              ^
  (use -source 7 or higher to enable diamond operator)
C:\skyrim\build\sources\java\lotr\common\block\LOTRBlockFlowerPot.java:60: error: diamond operator is not supported in -source 1.6
        ArrayList<ItemStack> drops = new ArrayList<>();
                                                   ^
  (use -source 7 or higher to enable diamond operator)
C:\skyrim\build\sources\java\lotr\common\block\LOTRBlockGate.java:277: error: diamond operator is not supported in -source 1.6
        HashMap<ChunkCoordinates, Integer> coordsList = new HashMap<>();
                                                                    ^
  (use -source 7 or higher to enable diamond operator)
C:\skyrim\build\sources\java\lotr\common\block\LOTRBlockGateDwarvenIthildin.java:222: error: diamond operator is not supported in -source 1.6
                        orderedSizes = new ArrayList<>();
                                                     ^
  (use -source 7 or higher to enable diamond operator)
C:\skyrim\build\sources\java\lotr\common\block\LOTRBlockGrapevine.java:274: error: diamond operator is not supported in -source 1.6
        ArrayList<ItemStack> drops = new ArrayList<>();
                                                   ^
  (use -source 7 or higher to enable diamond operator)
C:\skyrim\build\sources\java\lotr\common\block\LOTRBlockGrass.java:71: error: diamond operator is not supported in -source 1.6
        ArrayList<ItemStack> list = new ArrayList<>();
                                                  ^
  (use -source 7 or higher to enable diamond operator)
C:\skyrim\build\sources\java\lotr\common\block\LOTRBlockGuldurilBrick.java:128: error: diamond operator is not supported in -source 1.6
        ArrayList<ItemStack> drops = new ArrayList<>();
                                                   ^
  (use -source 7 or higher to enable diamond operator)
C:\skyrim\build\sources\java\lotr\common\block\LOTRBlockKebabStand.java:104: error: diamond operator is not supported in -source 1.6
        ArrayList<ItemStack> drops = new ArrayList<>();
                                                   ^
  (use -source 7 or higher to enable diamond operator)
C:\skyrim\build\sources\java\lotr\common\block\LOTRBlockLeavesBase.java:93: error: diamond operator is not supported in -source 1.6
        ArrayList<ItemStack> drops = new ArrayList<>();
                                                   ^
  (use -source 7 or higher to enable diamond operator)
C:\skyrim\build\sources\java\lotr\common\block\LOTRBlockMechanisedRail.java:47: error: diamond operator is not supported in -source 1.6
        ArrayList<ItemStack> drops = new ArrayList<>();
                                                   ^
  (use -source 7 or higher to enable diamond operator)
C:\skyrim\build\sources\java\lotr\common\block\LOTRBlockMordorGrass.java:52: error: diamond operator is not supported in -source 1.6
        ArrayList<ItemStack> list = new ArrayList<>();
                                                  ^
  (use -source 7 or higher to enable diamond operator)
C:\skyrim\build\sources\java\lotr\common\block\LOTRBlockMordorMoss.java:71: error: diamond operator is not supported in -source 1.6
        ArrayList<ItemStack> drops = new ArrayList<>();
                                                   ^
  (use -source 7 or higher to enable diamond operator)
C:\skyrim\build\sources\java\lotr\common\block\LOTRBlockMordorThorn.java:29: error: diamond operator is not supported in -source 1.6
        ArrayList<ItemStack> drops = new ArrayList<>();
                                                   ^
  (use -source 7 or higher to enable diamond operator)
C:\skyrim\build\sources\java\lotr\common\block\LOTRBlockMug.java:98: error: diamond operator is not supported in -source 1.6
        ArrayList<ItemStack> drops = new ArrayList<>();
                                                   ^
  (use -source 7 or higher to enable diamond operator)
C:\skyrim\build\sources\java\lotr\common\block\LOTRBlockPlaceableFood.java:166: error: diamond operator is not supported in -source 1.6
        ArrayList<ItemStack> drops = new ArrayList<>();
                                                   ^
  (use -source 7 or higher to enable diamond operator)
C:\skyrim\build\sources\java\lotr\common\block\LOTRBlockRemains.java:24: error: diamond operator is not supported in -source 1.6
        ArrayList<ItemStack> drops = new ArrayList<>();
                                                   ^
  (use -source 7 or higher to enable diamond operator)
C:\skyrim\build\sources\java\lotr\common\block\LOTRBlockRhunFire.java:30: error: diamond operator is not supported in -source 1.6
                HashMap<Block, Pair> infos = new HashMap<>();
                                                         ^
  (use -source 7 or higher to enable diamond operator)
C:\skyrim\build\sources\java\lotr\common\block\LOTRBlockTallGrass.java:42: error: diamond operator is not supported in -source 1.6
            ArrayList<ItemStack> thistles = new ArrayList<>();
                                                          ^
  (use -source 7 or higher to enable diamond operator)
C:\skyrim\build\sources\java\lotr\common\block\LOTRBlockUtumnoBrickEntrance.java:36: error: diamond operator is not supported in -source 1.6
        ArrayList<ItemStack> drops = new ArrayList<>();
                                                   ^
  (use -source 7 or higher to enable diamond operator)
C:\skyrim\build\sources\java\lotr\common\command\LOTRCommandAchievement.java:43: error: diamond operator is not supported in -source 1.6
                    ArrayList<LOTRAchievement> allAchievements = new ArrayList<>(playerData.getAchievements());
                                                                               ^
  (use -source 7 or higher to enable diamond operator)
C:\skyrim\build\sources\java\lotr\common\command\LOTRCommandAlignment.java:72: error: diamond operator is not supported in -source 1.6
                HashMap<LOTRFaction, Float> newAlignments = new HashMap<>();
                                                                        ^
  (use -source 7 or higher to enable diamond operator)
C:\skyrim\build\sources\java\lotr\common\command\LOTRCommandAllowStructures.java:48: error: diamond operator is not supported in -source 1.6
            ArrayList<String> bannedNames = new ArrayList<>(LOTRLevelData.getBannedStructurePlayersUsernames());
                                                          ^
  (use -source 7 or higher to enable diamond operator)
C:\skyrim\build\sources\java\lotr\common\command\LOTRCommandEnchant.java:85: error: diamond operator is not supported in -source 1.6
                    ArrayList<String> enchNames = new ArrayList<>();
                                                                ^
  (use -source 7 or higher to enable diamond operator)
C:\skyrim\build\sources\java\lotr\common\command\LOTRCommandFellowship.java:300: error: diamond operator is not supported in -source 1.6
                            ArrayList<String> notInFellowshipNames = new ArrayList<>();
                                                                                   ^
  (use -source 7 or higher to enable diamond operator)
C:\skyrim\build\sources\java\lotr\common\command\LOTRCommandFellowshipMessage.java:105: error: diamond operator is not supported in -source 1.6
            ArrayList<String> matches = new ArrayList<>();
                                                      ^
  (use -source 7 or higher to enable diamond operator)
C:\skyrim\build\sources\java\lotr\common\command\LOTRCommandSpawnDamping.java:73: error: diamond operator is not supported in -source 1.6
            ArrayList<String> types = new ArrayList<>();
                                                    ^
  (use -source 7 or higher to enable diamond operator)
C:\skyrim\build\sources\java\lotr\common\command\LOTRCommandStrScan.java:25: error: diamond operator is not supported in -source 1.6
        private List<String> aliasOrder = new ArrayList<>();
                                                        ^
  (use -source 7 or higher to enable diamond operator)
C:\skyrim\build\sources\java\lotr\common\command\LOTRCommandWaypoints.java:83: error: diamond operator is not supported in -source 1.6
            ArrayList<String> names = new ArrayList<>();
                                                    ^
  (use -source 7 or higher to enable diamond operator)
C:\skyrim\build\sources\java\lotr\common\coremod\LOTRLoadingPlugin.java:16: error: diamond operator is not supported in -source 1.6
        ArrayList<String> classes = new ArrayList<>();
                                                  ^
  (use -source 7 or higher to enable diamond operator)
100 errors
1 warning
:compileJava FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':compileJava'.
> Compilation failed; see the compiler error output for details.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

BUILD FAILED

Total time: 19.786 secs
 
175
14
25
Java:
WARNING: You are using an unsupported version of ForgeGradle.
Please consider upgrading to ForgeGradle 4 and helping in the efforts to get old versions working on the modern toolchain.
See https://gist.github.com/TheCurle/fe7ad3ede188cbdd15c235cc75d52d4a for more info on contributing.
#################################################
         ForgeGradle 1.2.2-g2ea0336
  https://github.com/MinecraftForge/ForgeGradle
/
 
Сверху