mirror of
https://github.com/tadfisher/gradle2nix.git
synced 2026-01-11 23:40:37 -05:00
Resolve and apply settings buildscript dependencies
This commit is contained in:
BIN
fixtures/repositories/m2/org/apache/test/1.0.0/test-1.0.0.jar
Normal file
BIN
fixtures/repositories/m2/org/apache/test/1.0.0/test-1.0.0.jar
Normal file
Binary file not shown.
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<groupId>org.apache</groupId>
|
||||
<artifactId>test</artifactId>
|
||||
<version>1.0.0</version>
|
||||
|
||||
<name>test</name>
|
||||
|
||||
<description>
|
||||
test
|
||||
</description>
|
||||
</project>
|
||||
Reference in New Issue
Block a user