Skip to content

Conversation

@xuwei-k
Copy link
Contributor

@xuwei-k xuwei-k commented Dec 24, 2017

fix #173

Copy link
Member

@ashawley ashawley left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We're waiting on the new sbt 0.13.17, and possibly a new sbt scala module plugin release.

fi
sbt "$publishVersion" "$publishScalaVersion" clean update +test +publishLocal $extraTarget
sbt -Dsbt.scala.version=2.10.7 "$publishVersion" "$publishScalaVersion" clean update +test +publishLocal $extraTarget
Copy link
Member

@ashawley ashawley Dec 24, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I saw @SethTisue mention this, but I'd rather avoid breaking fix the build for people.

))
.getOrElse(Map.empty)
}
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This refactoring actually causes an NPE to silently succeed with the doc task. It's better if the task still fails, IMO.

This part of the sbt config may get replaced by https://github.com/ThoughtWorksInc/sbt-api-mappings

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry, I take this back. We will need to degrade when the Java boostrap classpath is unavailable. I'll be using this PR as a basis for fixing Java 9 including the external doc linking.

@SethTisue
Copy link
Member

waiting on scala/sbt-scala-module#32

@ashawley ashawley mentioned this pull request Jan 10, 2018
@ashawley
Copy link
Member

Continuing in #180

@ashawley ashawley closed this Jan 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add JDK 9 to Travis

3 participants