Cách dễ nhất để nói Gradle
những điều sau đây là gì:
Truy xuất phụ thuộc 'junit' và lấy phiên bản 'phát hành' mới nhất của nó.
Quản lý kho lưu trữ Maven và Ivy là một việc mới đối với tôi. Tôi đã thử các bước sau và chúng dẫn đến Could not resolve dependency ...
lỗi:
Viết
compile "junit:junit:latest.release"
với kho lưu trữ được đặt thành chỉmavenCentral()
(tuy nhiên, nó hoạt động nếu tôi nói "junit: junit: 4.10").Viết
compile "junit:junit:latest.release"
với bộ lưu trữ theo cách sau:ivy { // I also tried 'http://maven.org' and other possible variants. url "http://repo1.maven.org" layout "maven" }
Đã cố gắng sử dụng kho lưu trữ 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]" }
Có lẽ tôi hiểu sai điều gì đó. Tại sao lấy phiên bản mới nhất của phụ thuộc lại là một nhiệm vụ khó khăn như vậy?
latest.integration
,. tài liệu gradle cho các phiên bản động