Skip to content
This repository has been archived by the owner on Feb 17, 2025. It is now read-only.

Commit

Permalink
Initial Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
bristermitten committed Jun 20, 2020
0 parents commit 8297c43
Show file tree
Hide file tree
Showing 156 changed files with 1,261 additions and 0 deletions.
Binary file not shown.
Binary file not shown.
Binary file added .gradle/6.1.1/fileChanges/last-build.bin
Binary file not shown.
Binary file added .gradle/6.1.1/fileContent/fileContent.lock
Binary file not shown.
Binary file added .gradle/6.1.1/fileHashes/fileHashes.bin
Binary file not shown.
Binary file added .gradle/6.1.1/fileHashes/fileHashes.lock
Binary file not shown.
Binary file not shown.
Empty file added .gradle/6.1.1/gc.properties
Empty file.
Binary file added .gradle/6.1.1/javaCompile/classAnalysis.bin
Binary file not shown.
Binary file added .gradle/6.1.1/javaCompile/jarAnalysis.bin
Binary file not shown.
Binary file added .gradle/6.1.1/javaCompile/javaCompile.lock
Binary file not shown.
Binary file added .gradle/6.1.1/javaCompile/taskHistory.bin
Binary file not shown.
Binary file added .gradle/buildOutputCleanup/buildOutputCleanup.lock
Binary file not shown.
2 changes: 2 additions & 0 deletions .gradle/buildOutputCleanup/cache.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#Fri Jun 19 20:52:16 BST 2020
gradle.version=6.1.1
Binary file added .gradle/buildOutputCleanup/outputFiles.bin
Binary file not shown.
Binary file added .gradle/checksums/checksums.lock
Binary file not shown.
Binary file added .gradle/checksums/md5-checksums.bin
Binary file not shown.
Binary file added .gradle/checksums/sha1-checksums.bin
Binary file not shown.
Empty file added .gradle/vcs-1/gc.properties
Empty file.
8 changes: 8 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/compiler.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions .idea/dictionaries/alex.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/discord.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 18 additions & 0 deletions .idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/hotswap_agent.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

40 changes: 40 additions & 0 deletions .idea/jarRepositories.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 15 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions .idea/modules/plugin-dependency-manager.main.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions .idea/modules/plugin-dependency-manager.test.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Empty file.
Empty file.
Empty file.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Empty file.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Empty file.
Empty file.
19 changes: 19 additions & 0 deletions .idea/sonarlint/issuestore/index.pb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

124 changes: 124 additions & 0 deletions .idea/uiDesigner.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

37 changes: 37 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
plugins {
id 'java'
id 'org.jetbrains.kotlin.jvm' version '1.3.72'
}

group 'me.bristermitten'
version '1.0-SNAPSHOT'
sourceCompatibility = '1.8'
targetCompatibility = '1.8'

repositories {
mavenCentral()
maven { url 'https://hub.spigotmc.org/nexus/content/repositories/snapshots/' }
maven { url 'https://oss.sonatype.org/content/repositories/snapshots' }
maven { url 'https://oss.sonatype.org/content/repositories/central' }
maven { url 'https://jitpack.io' }

}

dependencies {
compileOnly 'org.jetbrains:annotations:19.0.0'
compileOnly 'org.spigotmc:spigot-api:1.15.2-R0.1-SNAPSHOT'
compileOnly "org.jetbrains.kotlin:kotlin-stdlib-jdk8"

testCompile group: 'junit', name: 'junit', version: '4.12'
testCompile 'com.github.knightzmc:MockBukkit:53972f8c7e64e707555a0b23b26482cfe269bdb7'
}
compileKotlin {
kotlinOptions {
jvmTarget = "1.8"
}
}
compileTestKotlin {
kotlinOptions {
jvmTarget = "1.8"
}
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added build/kotlin/compileKotlin/build-history.bin
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 2 additions & 0 deletions build/kotlin/compileKotlin/caches-jvm/lookups/counters.tab
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
1
0
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added build/kotlin/compileKotlin/last-build.bin
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/home/alex/Desktop/Workspace/plugin-dependency-manager/build/classes/java/main/me/bristermitten/pdm/DependencyLoader.class:/home/alex/Desktop/Workspace/plugin-dependency-manager/build/classes/java/main/me/bristermitten/pdm/DependencyManager.class:/home/alex/Desktop/Workspace/plugin-dependency-manager/build/classes/java/main/me/bristermitten/pdm/dependency/Dependency.class:/home/alex/Desktop/Workspace/plugin-dependency-manager/build/classes/java/main/me/bristermitten/pdm/http/HTTPDownloadSupplier.class:/home/alex/Desktop/Workspace/plugin-dependency-manager/build/classes/java/main/me/bristermitten/pdm/http/HTTPManager.class:/home/alex/Desktop/Workspace/plugin-dependency-manager/build/classes/java/main/me/bristermitten/pdm/repository/JarRepository.class:/home/alex/Desktop/Workspace/plugin-dependency-manager/build/classes/java/main/me/bristermitten/pdm/repository/MavenCentralRepository.class:/home/alex/Desktop/Workspace/plugin-dependency-manager/build/classes/java/main/me/bristermitten/pdm/repository/MavenRepository.class:/home/alex/Desktop/Workspace/plugin-dependency-manager/build/classes/java/main/me/bristermitten/pdm/repository/pom/PomParser.class:/home/alex/Desktop/Workspace/plugin-dependency-manager/build/classes/java/main/me/bristermitten/pdm/util/ClassLoaderReflection.class:/home/alex/Desktop/Workspace/plugin-dependency-manager/build/classes/java/main/me/bristermitten/pdm/util/FileUtil.class:/home/alex/Desktop/Workspace/plugin-dependency-manager/build/classes/kotlin/main/me/bristermitten/pdm/Test$onEnable$1.class:/home/alex/Desktop/Workspace/plugin-dependency-manager/build/classes/kotlin/main/me/bristermitten/pdm/Test.class
Binary file not shown.
3 changes: 3 additions & 0 deletions build/resources/main/plugin.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
name: Test
main: me.bristermitten.pdm.Test
version: "1.0"
2 changes: 2 additions & 0 deletions build/tmp/jar/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Manifest-Version: 1.0

Binary file added gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
Loading

0 comments on commit 8297c43

Please sign in to comment.