Skip to content
This repository has been archived by the owner on Aug 10, 2022. It is now read-only.

Support macOS correctly again, Java 14, Gradle 6.4 #322

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

doctorpangloss
Copy link

@doctorpangloss doctorpangloss commented Nov 3, 2020

Fixes #318

  • Upgrades commons-lang3 to 3.11
  • Replaces invalid use of Pair with Maps.immutableEntry from Guava
  • Reintroduce macOS GitHub Actions test
  • Remove ZOS from Os because it throws errors (Apache Commons problem)

For users finding this issue and wanting to use gogradle on macOS right now, use the following buildscript:

buildscript {
    repositories {
        maven { url 'https://jitpack.io' }
    }
    dependencies {
        classpath 'com.github.doctorpangloss:gogradle:adae13ed1d'
    }
}

apply plugin: 'com.github.blindpirate.gogradle'

golang {
    packagePath = 'github.com/...'
}

 - Upgrades commons-lang3 to 3.11
 - Replaces invalid use of Pair with Maps.immutableEntry from Guava
 - Reintroduce macOS GitHub Actions test
 - Remove ZOS from Os because it throws errors (Apache Commons problem)
@doctorpangloss
Copy link
Author

Definitely hanging on Integration Tests, but I think it always was on those in particular. Give me some clues, I'll fix it.

@robevansuk
Copy link

would be good to get this working with the new apple silicon (arm64) processors.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

gradle goBuild (gogradle 0.11.4) does not work with gradle 5+, 6+ on macOS
2 participants