Code Monkey home page Code Monkey logo

Comments (9)

gluck avatar gluck commented on August 20, 2024 1

Seems the lowercase url works for <3.4.4 versions (tested with 3.4.3, both lowercase and cased urls work).
nUgEt is such a troll :trollface:

from gradle-nuget-plugin.

gluck avatar gluck commented on August 20, 2024

Would be nice indeed, feeling like contributing it ?

from gradle-nuget-plugin.

admsteck avatar admsteck commented on August 20, 2024

I've just started looking at gradle and would be happy to contribute a fix for this as well as allowing you to use 'latest' as the nuget version. The only problem is that I am not sure how to test my changes locally before submitting the pull request.

from gradle-nuget-plugin.

timotei avatar timotei commented on August 20, 2024

@admsteck You can either create some tests in Specs we have so far, or, make a test project where you use the plugin and configure it like you want (In order to use the modified version you either install it locally, or do a buildSrc symbolic link - see more info https://docs.gradle.org/current/userguide/custom_plugins.html)

from gradle-nuget-plugin.

admsteck avatar admsteck commented on August 20, 2024

Thanks @timotei. I went with the buildSrc option and confirmed that it uses the nugetUrl provided.

from gradle-nuget-plugin.

vitaliusvs avatar vitaliusvs commented on August 20, 2024

Appears that urls are case sensitive - this one opens fine:
https://dist.nuget.org/win-x86-commandline/v3.4.4/NuGet.exe

However plugin builds lowercase url which fails:
https://dist.nuget.org/win-x86-commandline/v3.4.4/nuget.exe

<Error>
<script/>
<Code>BlobNotFound</Code>
<Message>
The specified blob does not exist. RequestId:c6e5ef4b-0001-00d5-2cc8-d284b0000000 Time:2016-06-30T12:08:39.0913813Z
</Message>
</Error>

from gradle-nuget-plugin.

gluck avatar gluck commented on August 20, 2024

actually no, needs to be lowercase for <3.4.4 and cased for >=3.4.4
:trollface:

from gradle-nuget-plugin.

gluck avatar gluck commented on August 20, 2024

see #48

from gradle-nuget-plugin.

imanushin avatar imanushin commented on August 20, 2024

@vitia, @gluck, change was done in this PR: #62

from gradle-nuget-plugin.

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.