GithubHelp home page GithubHelp logo

Templating plugin not found about sbt-marathon HOT 7 CLOSED

tapad avatar tapad commented on August 25, 2024
Templating plugin not found

from sbt-marathon.

Comments (7)

jeffreyolchovy avatar jeffreyolchovy commented on August 25, 2024 1

0.2.1 is now available on bintray.

from sbt-marathon.

stackflow avatar stackflow commented on August 25, 2024 1

Thank you for your work!
It works perfectly!

from sbt-marathon.

jeffreyolchovy avatar jeffreyolchovy commented on August 25, 2024

No, it is was bug. Addressed in #8. Thanks for bringing this to my attention! Fix version will be 0.2.1, should be published and available in a few minutes.

from sbt-marathon.

stackflow avatar stackflow commented on August 25, 2024

I have changed ./project/plugins.sbt:
addSbtPlugin("com.tapad.sbt" % "sbt-marathon" % "0.2.1")
addSbtPlugin("com.tapad.sbt" % "sbt-marathon-templating" % "0.2.1")

But now I have another error:
[warn] :: UNRESOLVED DEPENDENCIES ::
[warn] ::::::::::::::::::::::::::::::::::::::::::::::
[warn] :: com.tapad.sbt#marathon-util_2.12;0.2.1: not found
[warn] :: com.tapad.sbt#marathon-templating-lib_2.12;0.2.1: not found

from sbt-marathon.

jeffreyolchovy avatar jeffreyolchovy commented on August 25, 2024

Ah, interesting. Those artifacts are published maven-style and should be available on Maven Central (unlike the actual sbt plugin artifacts which are published ivy-style to the sbt-plugins bintray repo). Let me make sure there is not an issue between the sync between the project's repo and Maven Central. Thanks for your patience.

from sbt-marathon.

jeffreyolchovy avatar jeffreyolchovy commented on August 25, 2024

Ok, just re-synced with Maven Central:

{"status":"Successfully synced and closed repo.","messages":["Sync finished successfully."]}

It may take a few minutes for this to propagate.


As an alternative course of action, if you don't want to wait for them to become available from Central, you should be able to add our bintray repo as a resolver in your project:

I believe the following should work (untested):

In build.sbt:

resolvers += Resolver.bintrayRepo("tapad-oss", "maven")

And if the plugin artifacts were not resolving, in project/plugins.sbt:

resolvers += Resolver.bintrayIvyRepo("tapad-oss", "sbt-plugins")

I will spend some time doing some local testing with the above declarations and update the README.md with the proper instructions as it seems like the syncing of the artifacts to the publicly available channels has a pretty bad turn-around time and is more fragile than I'd like.

from sbt-marathon.

jeffreyolchovy avatar jeffreyolchovy commented on August 25, 2024

And in the time it took me to write that, they have made it to Central (http://repo1.maven.org/maven2/com/tapad/sbt/marathon-templating-lib_2.12/0.2.1/) :)

from sbt-marathon.

Related Issues (5)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.