Skip to content
This repository has been archived by the owner on Jul 4, 2024. It is now read-only.

Commit

Permalink
[#] fix:合并分支时弄错了
Browse files Browse the repository at this point in the history
  • Loading branch information
NekoCurit committed Feb 22, 2024
1 parent fa1e976 commit 4135de0
Show file tree
Hide file tree
Showing 32 changed files with 0 additions and 1,001 deletions.
14 changes: 0 additions & 14 deletions CozeProxy/build.gradle
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
plugins {
id 'java'
<<<<<<< HEAD
id 'com.github.johnrengelman.shadow' version '7.1.2'
}

build{
dependsOn {
shadowJar
}
=======
>>>>>>> dev
}

jar {
Expand All @@ -26,21 +23,14 @@ tasks.withType(JavaCompile).configureEach {
}

group = 'catx.feitu'
<<<<<<< HEAD
version = '1.0.0213'
=======
version = '1.0.0222'
>>>>>>> dev

repositories {
mavenCentral()
}

dependencies {
<<<<<<< HEAD
=======
// 协议
>>>>>>> dev
// Discord API
implementation 'org.javacord:javacord:3.8.0'

Expand All @@ -49,14 +39,10 @@ dependencies {
implementation "com.slack.api:bolt-servlet:1.38.1"
implementation "com.slack.api:bolt-jetty:1.38.1"
implementation "org.slf4j:slf4j-simple:1.7.36"
<<<<<<< HEAD
}
=======

// 依赖
// fastjson
implementation 'com.alibaba:fastjson:1.1.77.android_noneautotype'

implementation project(':DiscordSelfBot')
}
>>>>>>> dev

This file was deleted.

This file was deleted.

Loading

0 comments on commit 4135de0

Please sign in to comment.