อะไรคือวิธีที่ง่ายที่สุดในการบอกGradle
สิ่งต่อไปนี้:
ดึงข้อมูลการพึ่งพา 'junit' และใช้เวอร์ชัน 'release' ล่าสุด
การจัดการที่เก็บ Maven และ Ivy เป็นเรื่องใหม่สำหรับฉัน ฉันลองทำตามขั้นตอนต่อไปนี้แล้วและเกิดCould not resolve dependency ...
ข้อผิดพลาด:
เขียน
compile "junit:junit:latest.release"
โดยตั้งค่าที่เก็บเป็นเท่านั้นmavenCentral()
(อย่างไรก็ตามจะใช้ได้ถ้าฉันพูดว่า "junit: junit: 4.10")เขียน
compile "junit:junit:latest.release"
ด้วยที่เก็บตั้งค่าวิธีต่อไปนี้:ivy { // I also tried 'http://maven.org' and other possible variants. url "http://repo1.maven.org" layout "maven" }
พยายามใช้ที่เก็บ Spring Source Ivy:
ivy { artifactPattern "http://repository.springsource.com/ivy/libraries/release/[organisation]/[module]/[revision]/[artifact]-[revision].[ext]" ivyPattern "http://repository.springsource.com/ivy/libraries/release/[organisation]/[module]/[revision]/[artifact]-[revision].[ext]" }
บางทีฉันอาจเข้าใจผิดบางอย่าง เหตุใดการได้รับการพึ่งพาเวอร์ชันล่าสุดจึงเป็นงานที่ยากเช่นนี้
latest.integration
ได้ เอกสารการไล่ระดับสีสำหรับเวอร์ชันไดนามิก