Skip to content

Commit

Permalink
Update repositories
Browse files Browse the repository at this point in the history
  • Loading branch information
BaronClaps committed Dec 27, 2024
1 parent 69b6c0c commit ff62b8e
Show file tree
Hide file tree
Showing 20 changed files with 147 additions and 7 deletions.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
aff99c0c997eefeae6288142b2816b3e
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3c69adffb4f8485cf127a1e2bd949676652ab3c3
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3cd997e88512f1870b1c70561c0f9ff8fa77dbc7c6d0787980fb3cd6d5c947ab
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
c33867d067a9399afbee23910760c13e80ae3293d0e130e2b1493206f6995e6b98e55da94a1fea0615173b5302c284aae512511e707397628aef2aa2c0a5a6d1
87 changes: 87 additions & 0 deletions com/pedropathing/pedro/0.0.1-beta5/pedro-0.0.1-beta5.module
Original file line number Diff line number Diff line change
@@ -0,0 +1,87 @@
{
"formatVersion": "1.1",
"component": {
"group": "com.pedropathing",
"module": "pedro",
"version": "0.0.1-beta5",
"attributes": {
"org.gradle.status": "release"
}
},
"createdBy": {
"gradle": {
"version": "8.9"
}
},
"variants": [
{
"name": "releaseVariantReleaseApiPublication",
"attributes": {
"org.gradle.category": "library",
"org.gradle.dependency.bundling": "external",
"org.gradle.libraryelements": "aar",
"org.gradle.usage": "java-api"
},
"files": [
{
"name": "pedro-0.0.1-beta5.aar",
"url": "pedro-0.0.1-beta5.aar",
"size": 84748,
"sha512": "c33867d067a9399afbee23910760c13e80ae3293d0e130e2b1493206f6995e6b98e55da94a1fea0615173b5302c284aae512511e707397628aef2aa2c0a5a6d1",
"sha256": "3cd997e88512f1870b1c70561c0f9ff8fa77dbc7c6d0787980fb3cd6d5c947ab",
"sha1": "3c69adffb4f8485cf127a1e2bd949676652ab3c3",
"md5": "aff99c0c997eefeae6288142b2816b3e"
}
]
},
{
"name": "releaseVariantReleaseRuntimePublication",
"attributes": {
"org.gradle.category": "library",
"org.gradle.dependency.bundling": "external",
"org.gradle.libraryelements": "aar",
"org.gradle.usage": "java-runtime"
},
"dependencies": [
{
"group": "com.acmerobotics.dashboard",
"module": "dashboard",
"version": {
"requires": "0.4.16"
},
"excludes": [
{
"group": "org.firstinspires.ftc",
"module": "*"
}
]
},
{
"group": "org.apache.commons",
"module": "commons-math3",
"version": {
"requires": "3.6.1"
}
},
{
"group": "org.jetbrains.kotlin",
"module": "kotlin-stdlib-jdk8",
"version": {
"requires": "1.9.20"
}
}
],
"files": [
{
"name": "pedro-0.0.1-beta5.aar",
"url": "pedro-0.0.1-beta5.aar",
"size": 84748,
"sha512": "c33867d067a9399afbee23910760c13e80ae3293d0e130e2b1493206f6995e6b98e55da94a1fea0615173b5302c284aae512511e707397628aef2aa2c0a5a6d1",
"sha256": "3cd997e88512f1870b1c70561c0f9ff8fa77dbc7c6d0787980fb3cd6d5c947ab",
"sha1": "3c69adffb4f8485cf127a1e2bd949676652ab3c3",
"md5": "aff99c0c997eefeae6288142b2816b3e"
}
]
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
220ebc497e602d2ce49ad6b358bdf213
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
281c4a283f65a39ee9c750c1334c185fec4763e2
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
f5f2b71f28902af87ab31e0f1929065b4006ebb5d302cbda9a455fe0d6be3fcb
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2fc084621bd4424d3714f599a3c2deb42009eabe2f5b7ed86e9b80904bf3a69e95129c46b8bc2704f565d8c57fe69398ebb2712c0d28c436bb3d02cbfb8eb296
40 changes: 40 additions & 0 deletions com/pedropathing/pedro/0.0.1-beta5/pedro-0.0.1-beta5.pom
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<!-- This module was also published with a richer model, Gradle metadata, -->
<!-- which should be used instead. Do not delete the following line which -->
<!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
<!-- that they should prefer consuming it instead. -->
<!-- do_not_remove: published-with-gradle-metadata -->
<modelVersion>4.0.0</modelVersion>
<groupId>com.pedropathing</groupId>
<artifactId>pedro</artifactId>
<version>0.0.1-beta5</version>
<packaging>aar</packaging>
<dependencies>
<dependency>
<groupId>com.acmerobotics.dashboard</groupId>
<artifactId>dashboard</artifactId>
<version>0.4.16</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>org.firstinspires.ftc</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-math3</artifactId>
<version>3.6.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib-jdk8</artifactId>
<version>1.9.20</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
6a7f2b61bcfb885b6ede65c63a9bf6af
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1816c747d162cfb2e29dcc040c2f57b2cc6bb0b3
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
5f0fa77c251955faad1b97c68140fa4df114bc759e5bd2474d48e50284092789
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
7658417121c537d4ee137ca06c5413cb415fa84a29efbe4597d759cc313b39cf9a4a31e7130ade727b1250c1ccce4af3bdec8cd69725b60e2b3aae1392543fcd
7 changes: 4 additions & 3 deletions com/pedropathing/pedro/maven-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,16 @@
<groupId>com.pedropathing</groupId>
<artifactId>pedro</artifactId>
<versioning>
<latest>0.0.1-beta4</latest>
<release>0.0.1-beta4</release>
<latest>0.0.1-beta5</latest>
<release>0.0.1-beta5</release>
<versions>
<version>0.0.0</version>
<version>0.0.1-beta1</version>
<version>0.0.1-beta2</version>
<version>0.0.1-beta3</version>
<version>0.0.1-beta4</version>
<version>0.0.1-beta5</version>
</versions>
<lastUpdated>20241227214205</lastUpdated>
<lastUpdated>20241227225726</lastUpdated>
</versioning>
</metadata>
2 changes: 1 addition & 1 deletion com/pedropathing/pedro/maven-metadata.xml.md5
Original file line number Diff line number Diff line change
@@ -1 +1 @@
74d861728634396cb9c218c926a3be8b
9e5593634f4b3c5aa03994b6041cae0f
2 changes: 1 addition & 1 deletion com/pedropathing/pedro/maven-metadata.xml.sha1
Original file line number Diff line number Diff line change
@@ -1 +1 @@
98607b6471a7eaa35c4d5a3807b96b937f6fa86a
55753dd6a89668d056b608ede5b79637d9c20991
2 changes: 1 addition & 1 deletion com/pedropathing/pedro/maven-metadata.xml.sha256
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2194561ab304d6398ec1b2e26de15fa33ee809705c863fe0321b4780d93ad025
c508ec38a29478c5f82185fbbe36c2c24ae1b2a29d6813e94f072cbe5da2a958
2 changes: 1 addition & 1 deletion com/pedropathing/pedro/maven-metadata.xml.sha512
Original file line number Diff line number Diff line change
@@ -1 +1 @@
cf6b56dc19efb195caa70d139928c862ae115ed6cfce162f8c83b70a1ffceea076a30edd7f6fba57053484477bdebdbe844fa3c1e709734efd8bf28fdb9e871b
32030890d11b57f990590e6eebe020a3540819c5049724a4457f871bdf0013e98f27992bc4a1aaa693637fc09eeca34353d61b04ba84939a9dd49a0e350bc06f

0 comments on commit ff62b8e

Please sign in to comment.