Giter Club home page Giter Club logo

Comments (4)

stephan-gh avatar stephan-gh commented on June 14, 2024

Do you mean in the Paper examples? The repository for plugin-yml doesn't have to be specified manually if you use the plugins { ... } block.

The papermc repository was probably meant for the PaperAPI dependency, although it's a bit inconsistent that it's specified in the Paper example but not for Bukkit etc.

from plugin-yml.

LINCKODE avatar LINCKODE commented on June 14, 2024

Yeah, I was talking about the Paper examples. I'm sorry about the first message, I understand now that the repo in the example was for something else. I am actually doing some maintenance on some Gradle code that uses the legacy way of specifying plugins, so in this case I was looking for a repository to declare.
I think that specifying where the plugin is hosted might be useful for some people so if you could mention it somewhere on the README I'd be thankful.

from plugin-yml.

stephan-gh avatar stephan-gh commented on June 14, 2024

I think that legacy way of specifying plugins has been largely obsolete for quite some time, so I would prefer not documenting it anymore.

Most Gradle plugins are uploaded to the Gradle plugin portal nowadays (since this is what the plugins { ... } block most easily works with). In that case you should be able to use

buildscript {
    repositories {
        gradlePluginPortal()
    }
}

without giving an explicit URL.

from plugin-yml.

LINCKODE avatar LINCKODE commented on June 14, 2024

What you're saying sounds reasonable, thanks for your time! I'm sorry for bothering you with this pointless issue, next time I'll try to pay more attentions to details. Cheers!

from plugin-yml.

Related Issues (20)

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.